Revision history for Perl extension Text::Hatena.

0.08  Thu Jan 26
	- Fixed HatenaID syntax bug. (wrong image url)
	- removed warnings. (thanks hkrn)
	- Amazon affiliate ID can be changed.

0.07  Sat Jan 21
	- added Text::Hatena::AutoLink. It makes many hyperlinks automatically.
	- changed required version of HTML::Parser to 3.26. (thanks kazeburo)
	- removed footnote syntax. Please treat '((...))' from your program.

0.06  Tue Dec 2
	- fixed nested list problem.
	- fixed typo.

0.05  Tue Nov 29
	- added HTMLFilter and sanitizing HTML process.
	- added texthandler callback.
	- removed "use 5.00.." in Makefile.PL
	- rewrited authors of Text::Hatena Syntax

0.04  Thu Nov 10
	- added syntax samples
	- escape strings in suprepre node

0.03  Wed Nov 9
	- added taglines node, tag node, cdata node.
	- added Text::Hatena Syntax description.
	- fixed pre node ("|<" at line end become works). 

0.02  Fri Oct 8
	- fixed typo.

0.01  Wed Aug 31 10:07:25 2005
	- original version