Changelog
=========

1.8 - November 30, 2010
-----------------------

* Remove link target enforcement from hardcoded code path from ``sanitize``.
  This makes it possible to use the new ``link_target`` cleaner option.


1.7 - November 30, 2010
-----------------------

* Make forcing of target attributes on externals linke configurable via a
  new ``link_target`` option in the cleaners. Only enable this option for
  the ``CommentCleaner``.


1.6 - November 18, 2010
-----------------------

* Correct whitespace test for wrapping bare text as well.


1.5 - November 18, 2010
-----------------------

* Correct whitespace checks to handle all unicode whitespace. This fixes problems
  with \xA0 (or &nbsp; in HTML-speak) being treated as text.


1.4 - August 3, 2010
--------------------

* Small code cleanup.

* Strip leading breaks.


1.3 - July 30, 2010
-------------------

* Strip all top level br elements. Breaks are fine in blocklevel elements,
  but should not be used to add vertical spacing between block elements.


1.2 - February 15, 2010
-----------------------

* Fix a typo in the documentation.

* Strip trailing breaks.


1.1 - February 5, 2010
----------------------

* Add a simple StripMarkup method.

* Add ZCML necessary for z3c.form integration.


1.0 - February 5, 2010
----------------------

* First release

