------------------------------------
- drop Pyblosxom support
- drop str-type ``attr``
- use ``Attr.default`` instead of ``default_smartypants_attr``
- drop fooBarXyz functions, such as ``smartyPants``, ``educateQuotes``,
and ``processEscapes``
+ 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:`527bdist-dmg-bdist-msi-and-bdist-wininst`
- do not make ``sdist --format=zip``, it would get a duplicate warning on
PyPI
+ test packages build in ``test_setup`` target
* rename target ``install_test`` to ``test_setup``
Releases 1.7 and greater
========================