This isn't really in proper GNU ChangeLog format, it just happens to
look that way.

2006-04-08 John J Lee <jjl@pobox.com>
	* 0.1.0 release:
	* Backwards-incompatible change: .entitydefs attribute is no
	  longer supported: use entitydefs constructor argument instead.
	* Fix entity reference bugs, including:
	* Don't unescape entity refs where encoding does not allow it
	  (previously, UnicodeError was raised).
	* Unescape numeric entity refs in attribute values and text.
	* setup.py changes to support Pythons older than 2.3 again, using
	  plain-distutils install.
	* Add setup.cfg for setuptools.
	* Pin ez_setup svn:externals property to specific revision.
	* TolerantPullParser: monkeypatch sgmllib to fix
	  http://www.python.org/sf/803422 :-(
	* Minor documentation updates.

2005-11-19 John J Lee <jjl@pobox.com>
	* Stop trying to record precise dates in changelog, since that's
	  silly ;-)
	* Correct setup.py Development Status classifier.
	* setuptools changes.
	* Released 0.0.7.

2005-10-31 John J Lee <jjl@pobox.com>
	* Add setuptools support.

2005-10-06 John J Lee <jjl@pobox.com>
	* Fix hex char refs, though not for TolerantPullParser, due to
	  sgmllib bug (report & patch from John Reese)

2005-08-27 John J Lee <jjl@pobox.com>
	* Optimisation (Benji York, Zope Corp).

2005-07-27 John J Lee <jjl@pobox.com>
	* Released 0.0.6.

2005-06-13 John J Lee <jjl@pobox.com>
	* Fix Token comparison.

2005-06-11 John J Lee <jjl@pobox.com>
	* Add TolerantPullParser class.
	* Some time before this date, Released 0.0.5b.

2004-03-04 John J Lee <jjl@pobox.com>
	* Fixed example that implied NoMoreTokensError is still raised by
	  .get_{compressed_}text().  Documented the fact that arguments
	  containing element names must be given in lower case.  Thanks to
	  eltronic@juno.com.

2004-01-01 John J Lee <jjl@pobox.com>
	* Released 0.0.4b.

2003-12-31 John J Lee <jjl@pobox.com>
	* Fixed get_token for case when a token crosses a .read() boundary
	  (changed if to while).  Thanks to Erno Kuusela.

2003-12-30 John J Lee <jjl@pobox.com>
	* Fixed character encoding in .get_text(), which was completely
	  wrong.
	* Released 0.0.3b.

2003-12-24 John J Lee <jjl@pobox.com>
	* Modified setup.py so can easily register with PyPI.

2003-12-23 John J Lee <jjl@pobox.com>
	* Renamed .tag_iter() to .tags()
	* Released 0.0.2b.

2003-12-21 John J Lee <jjl@pobox.com>
	* .get_text() and .get_compressed_text now now longer raise, which
	  is both more convenient and makes the endcase saner.
	* Allowed .tag_iter() to take multiple name arguments.

2003-12-20 John J Lee <jjl@pobox.com>
	* Made a tarball package with setup.py &c.

2003-12-19 John J Lee <jjl@pobox.com>
	* Released 0.0.1a.
