diff options
author | Waylan Limberg <waylan@gmail.com> | 2007-11-05 19:10:45 +0000 |
---|---|---|
committer | Waylan Limberg <waylan@gmail.com> | 2007-11-05 19:10:45 +0000 |
commit | b00e20122e06c6065eb3eaa987e7854a2503c3f4 (patch) | |
tree | d2a1e4c40d9314c34b9b73c73f4083fb356b529d | |
parent | 08369521f135175141775c1b4f812b49a1fcc27d (diff) | |
download | markdown-b00e20122e06c6065eb3eaa987e7854a2503c3f4.tar.gz markdown-b00e20122e06c6065eb3eaa987e7854a2503c3f4.tar.bz2 markdown-b00e20122e06c6065eb3eaa987e7854a2503c3f4.zip |
Brought CHANGELOG uptodate.
-rw-r--r-- | CHANGE_LOG.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGE_LOG.txt b/CHANGE_LOG.txt index 41b8da5..7e84df1 100644 --- a/CHANGE_LOG.txt +++ b/CHANGE_LOG.txt @@ -1,6 +1,20 @@ PYTHON MARKDOWN CHANGELOG ========================= +Nov 5, 2007: Moved safe_mode code to a textPostprocessor and added escaping option. + +Nov 3, 2007: Fixed convert method to accept empty strings. + +Oct 30, 2007: Fixed BOM removal (thanks Malcolm Tredinnick). Fixed infinite loop in bracket regex for inline links. + +Oct 11, 2007: LineBreaks is now an inlinePattern. Fixed HR in blockquotes. Refactored _processSection method (see tracker #1793419). + +Oct 9, 2007: Added textPreprocessor (from 1.6b). + +Oct 8, 2008: Fixed Lazy Blockquote. Fixed code block on first line. Fixed empty inline image link. + +Oct 7, 2007: Limit recursion on inlinePatterns. Added a 'safe' tag to htmlStash. + March 18, 2007: Fixed or merged a bunch of minor bugs, including multi-line comments and markup inside links. (Tracker #s: 1683066, 1671153, 1661751, 1627935, 1544371, 1458139.) -> v. 1.6b |