diff options
author | Waylan Limberg <waylan@gmail.com> | 2008-02-18 01:01:54 +0000 |
---|---|---|
committer | Waylan Limberg <waylan@gmail.com> | 2008-02-18 01:01:54 +0000 |
commit | 4f63b9542f360d25cbcc7195c35f47c1baaf4b07 (patch) | |
tree | a892fd54652cde0b3e6336247ed7ea193e165ce1 /CHANGE_LOG.txt | |
parent | 6d5b96eac3a9bbba4898352ccce82b784540ed01 (diff) | |
download | markdown-4f63b9542f360d25cbcc7195c35f47c1baaf4b07.tar.gz markdown-4f63b9542f360d25cbcc7195c35f47c1baaf4b07.tar.bz2 markdown-4f63b9542f360d25cbcc7195c35f47c1baaf4b07.zip |
Final commit before 1.7 final is released. Updated CHAGE_LOG, setp.py 1.7_Final
and added a MANIFEST file.
Diffstat (limited to 'CHANGE_LOG.txt')
-rw-r--r-- | CHANGE_LOG.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGE_LOG.txt b/CHANGE_LOG.txt index 07e6027..e076fb2 100644 --- a/CHANGE_LOG.txt +++ b/CHANGE_LOG.txt @@ -1,6 +1,13 @@ PYTHON MARKDOWN CHANGELOG ========================= +Feb 13, 2008: A little code cleanup and better documentation +and inheritance for pre/post proccessors. + +Feb 9, 2008: Doublequotes no longer html escaped and rawhtml +honors <?foo>, <@foo>, and <%foo> for those who run markdown on +template syntax. + Dec 12, 2007: Updated docs. Removed encoding arg from Markdown and markdown as per list discussion. Clean up in prep for 1.7. |