* Do not remove empty ``<a>`` tags that could be used as anchors. * When removing empty tags, allow to define additional tags that are considered OK to be empty
2.0
----------------------
* When wrapping unwrapped text do not create separate wrappers for inline elements.
* Use PEP8 naming for all functions. The old names for public methods will continue to work for backwards compatibility.
* Add support for Python 3.
1.10
-------------------
* Add option to `sanitize` to specify a different wrap element or skip wrapping completely.
1.9
--------------------
* Add MANIFEST.in to faciliate releases not made from subversion.
* Fix all cleaners to strip javascript. This fixes `issue 1 <https://github.com/wichert/htmllaundry/issues/1>`_.
1.8
-----------------------
* Remove link target enforcement from hardcoded code path from ``sanitize``. This makes it possible to use the new ``link_target`` cleaner option.