1.2.0 - 22 July 2013
====================
    - drop support for markup_choices being a dict entirely
    - PEP8 compliance
    - bugfix for default 'plain' markup type that escapes HTML

1.1.1 - 16 March 2013
=====================
    - experimental Python 3 support with Django 1.5
    - drop support for Django 1.3/Python 2.5
    - markup_choices can no longer be a dict (deprecated pre-1.0)

1.1.0 - bad release, ignore
=============================

1.0.2 - 25 March 2011
=====================
    - fix Django 1.3 DeprecationWarning

1.0.1 - 28 Feb 2011
===================
    - added a fix for MarkupField to work with South >= 0.7

1.0.0 - 1 Feb 2011
==================
    - added markup_choices option to MarkupField
    - switch to tuple/list for setting markup_type, dict deprecated
    - split markup detection into markupfield.markup
    - escape_html option

0.3.1 - January 28 2010
=======================
    - fix bug when adding a MarkupField to an abstract model (github issue #1)

0.3.0 - October 23 2009
=======================
    - enable pygments support by default if it is installed

0.2.0 - August 3 2009
=====================
    - fixed bug with using MarkupField widgets on postgres backend
    - correctly check markup_type when doing pre_save

0.1.2 - July 7 2009
===================
    - fixed bug with using MarkupField on postgres backend

0.1.0
=====
    - initial working release
