From 69a52050bc6e99d605e3777766e31ecf0e343c79 Mon Sep 17 00:00:00 2001 From: Yuri Takhteyev Date: Thu, 12 Oct 2006 04:36:44 +0000 Subject: v 1.6 --- CHANGE_LOG.txt | 92 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 92 insertions(+) create mode 100644 CHANGE_LOG.txt (limited to 'CHANGE_LOG.txt') diff --git a/CHANGE_LOG.txt b/CHANGE_LOG.txt new file mode 100644 index 0000000..bd52719 --- /dev/null +++ b/CHANGE_LOG.txt @@ -0,0 +1,92 @@ +PYTHON MARKDOWN CHANGELOG +========================= + +Oct 10, 2006: Fixed a bug that caused some text to be lost after +comments. + +Sept 6, 2006: Added exception for PHP tags when handling html blocks. + +August 7, 2006: Incorporated Sergej Chodarev's patch to fix a problem +with ampersand normalization and html blocks. + +July 10, 2006: Switched to using optparse. Added proper support for +unicode. + +July 9, 2006: Fixed the