aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGE_LOG.txt
diff options
context:
space:
mode:
authorWaylan Limberg <waylan@gmail.com>2008-08-05 12:48:55 -0400
committerWaylan Limberg <waylan@gmail.com>2008-08-05 12:48:55 -0400
commit7f75d6380955f7c75b77914a41893fa99eed4348 (patch)
tree3f1f36a5fbb43820513c17b999022efce3e43bab /CHANGE_LOG.txt
parent5cee3a1f7b74029b3b77b2c48f757b4afd49bd1f (diff)
downloadmarkdown-7f75d6380955f7c75b77914a41893fa99eed4348.tar.gz
markdown-7f75d6380955f7c75b77914a41893fa99eed4348.tar.bz2
markdown-7f75d6380955f7c75b77914a41893fa99eed4348.zip
Added commandline script and updated CHANGE_LOG and MANIFEST.
Diffstat (limited to 'CHANGE_LOG.txt')
-rw-r--r--CHANGE_LOG.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/CHANGE_LOG.txt b/CHANGE_LOG.txt
index e076fb2..200d5b7 100644
--- a/CHANGE_LOG.txt
+++ b/CHANGE_LOG.txt
@@ -1,6 +1,26 @@
PYTHON MARKDOWN CHANGELOG
=========================
+August 2008: Updated included extensions to ElementTree. Added a
+seperate commanline script. (v2.0-alpha)
+
+July 2008: Switched from home-grown NanoDOM to ElementTree and
+various related bugs (thanks Artem Yunusov).
+
+June 2008: Fixed issues with nested inline patterns and cleaned
+up testing framework (thanks Artem Yunusov).
+
+May 2008: Added a number of additional extensions to the
+distribution and other minor changes. Moved repo to git from svn.
+
+Mar 2008: Refactored extension api to accept either an
+extension name (as a string) or an instance of an extension
+(Thanks David Wolever). Fixed various bugs and added doc strings.
+
+Feb 2008: Various bugfixes mostly regarding extensions.
+
+Feb 18, 2008: Version 1.7.
+
Feb 13, 2008: A little code cleanup and better documentation
and inheritance for pre/post proccessors.