diff options
author | Artem Yunusov <nedrlab@gmail.com> | 2008-08-21 23:56:34 +0500 |
---|---|---|
committer | Artem Yunusov <nedrlab@gmail.com> | 2008-08-21 23:56:34 +0500 |
commit | 15fe229e19f218eb99dfb09cc745705a9c2d1e97 (patch) | |
tree | 827a01fa82a097774088a4196342bf5bd4ecd72d /docs/CHANGE_LOG | |
parent | b4362b3bf562bfb1b79bff9aee07feba32983e58 (diff) | |
parent | c846dbced12091cfa1b783f268db96d8c87be030 (diff) | |
download | markdown-15fe229e19f218eb99dfb09cc745705a9c2d1e97.tar.gz markdown-15fe229e19f218eb99dfb09cc745705a9c2d1e97.tar.bz2 markdown-15fe229e19f218eb99dfb09cc745705a9c2d1e97.zip |
Merge git@gitorious.org:python-markdown/mainline
Conflicts:
markdown.py
Diffstat (limited to 'docs/CHANGE_LOG')
-rw-r--r-- | docs/CHANGE_LOG | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/CHANGE_LOG b/docs/CHANGE_LOG index 200d5b7..d040789 100644 --- a/docs/CHANGE_LOG +++ b/docs/CHANGE_LOG @@ -1,7 +1,11 @@ PYTHON MARKDOWN CHANGELOG ========================= -August 2008: Updated included extensions to ElementTree. Added a +August 18 2008: Reorganized directory structure. Added a 'docs' dir +and moved all extensions into a 'markdown-extensions' package. +Added additional documentation and a few bug fixes. (v2.0-beta) + +August 4 2008: Updated included extensions to ElementTree. Added a seperate commanline script. (v2.0-alpha) July 2008: Switched from home-grown NanoDOM to ElementTree and |