diff options
author | Waylan Limberg <waylan@gmail.com> | 2007-11-29 21:17:42 +0000 |
---|---|---|
committer | Waylan Limberg <waylan@gmail.com> | 2007-11-29 21:17:42 +0000 |
commit | 0f86bc50fc2ba954d3d0a7a1e903b6a3b7520624 (patch) | |
tree | 2911d1b6a18c7acbbb07dd30c0b43a27e404a109 | |
parent | 65d6566b2ac5ca23c87179e24fa9bd4c14173ea4 (diff) | |
download | markdown-0f86bc50fc2ba954d3d0a7a1e903b6a3b7520624.tar.gz markdown-0f86bc50fc2ba954d3d0a7a1e903b6a3b7520624.tar.bz2 markdown-0f86bc50fc2ba954d3d0a7a1e903b6a3b7520624.zip |
Updated CHANGE_LOG to include recent changes
-rw-r--r-- | CHANGE_LOG.txt | 22 |
1 files changed, 17 insertions, 5 deletions
diff --git a/CHANGE_LOG.txt b/CHANGE_LOG.txt index 7e84df1..405a025 100644 --- a/CHANGE_LOG.txt +++ b/CHANGE_LOG.txt @@ -1,19 +1,31 @@ PYTHON MARKDOWN CHANGELOG ========================= -Nov 5, 2007: Moved safe_mode code to a textPostprocessor and added escaping option. +Nov 29, 2007: Added support for images inside links. Also fixed +a few bugs in the footnote extension. + +Nov 19, 2007: `message` now uses python's logging module. Also removed +limit imposed by recursion in _process_section(). You can now parse as +long of a document as your memory can handle. + +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 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 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 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. +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, |