diff options
author | Waylan Limberg <waylan@gmail.com> | 2009-03-08 20:07:26 -0400 |
---|---|---|
committer | Waylan Limberg <waylan@gmail.com> | 2009-03-08 20:07:26 -0400 |
commit | f05183566eb57e1828926d7dcc89356fb8237df3 (patch) | |
tree | fe0165b0a705d6e1e3910145735027f491886a8f /docs/CHANGE_LOG | |
parent | bfaa7e176687865b46cf10a56168765d181a0099 (diff) | |
download | markdown-f05183566eb57e1828926d7dcc89356fb8237df3.tar.gz markdown-f05183566eb57e1828926d7dcc89356fb8237df3.tar.bz2 markdown-f05183566eb57e1828926d7dcc89356fb8237df3.zip |
Upped version to 2.0-rc12.0-rc1
Diffstat (limited to 'docs/CHANGE_LOG')
-rw-r--r-- | docs/CHANGE_LOG | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/CHANGE_LOG b/docs/CHANGE_LOG index d040789..1b4af45 100644 --- a/docs/CHANGE_LOG +++ b/docs/CHANGE_LOG @@ -1,6 +1,24 @@ PYTHON MARKDOWN CHANGELOG ========================= +Mar 8, 2009: Release Candidate 2.0-rc-1. + +Feb 2009: Added support for multi-level lists to new Blockprocessors. + +Jan 2009: Added HTML 4 output as an option (thanks Eric Abrahamsen) + +Nov 2008: Added Definistion List ext. Replaced old core with BlockProcessors. +Broken up into multiple files. + +Oct 2008: Changed logging behavior to work better with other systems. +Refactored tree tarversing. Added treap implementation, then replaced with +OrderedDEict. Renamed various processors to better reflect what they actually +do. Refactored footnote ext to match php Extra's output. + +Sept 2008: Moved prettifyTree to a Postprocessor, replaced wikilink ext +with wikilinks (note the s) ext (uses bracketed links instead of CamelCase) +and various bug fixes. + 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) |