diff options
Diffstat (limited to 'CHANGES.rst')
-rw-r--r-- | CHANGES.rst | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 3042a92..6b7125a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -46,6 +46,9 @@ Releases 1.7 and greater Release 2.0.0 ------------- +Development +----------- + - drop Pyblosxom support - drop str-type ``attr`` @@ -55,12 +58,17 @@ Release 2.0.0 - drop fooBarXyz functions, such as ``smartyPants``, ``educateQuotes``, and ``processEscapes`` -Development ------------ ++ add ``Attr.u`` and ``Attr.h`` for Unicode characters and HTML named entities + outputs, respectively. The ``stupefy_entities`` has become + ``convert_entities`` to support all three types of conversions. (#6) * Makefile + - do not build ``bdist_wininst --plat-name win32`` per + :pep:`527#bdist-dmg-bdist-msi-and-bdist-wininst` + + test packages build in ``test_setup`` target + * rename target ``install_test`` to ``test_setup`` @@ -70,6 +78,7 @@ Release 1.8.6: 2014-07-19T11:20:52Z * Makefile + add ``LC_ALL=C`` test for locale setting on ``setup.py`` wrt #5 + * change virtualenv invocation method in ``install_test`` target * fix UnicodeDecodeError on opening ``smartypants.py``, which includes Unicode @@ -89,6 +98,7 @@ Release 1.8.4: 2014-06-29T04:39:59Z + add missing ``COPYING`` and ``CHANGES.rst`` to package (#3) + add ``bdist_wheel`` to the building process for Python Wheel format + add ``test_doc8`` target + * fix ``install_test`` on missing of Wheel package * fix argparse version option breaks CLI on Python 3 |