diff options
author | Yuri Takhteyev <yuri@freewisdom.org> | 2007-03-18 14:53:01 +0000 |
---|---|---|
committer | Yuri Takhteyev <yuri@freewisdom.org> | 2007-03-18 14:53:01 +0000 |
commit | 3275ba2d65e7c5c39ec477d718ebc249fb0d03dd (patch) | |
tree | d0faa481f7e3d23e38f0121021e488d937097fc8 /CHANGE_LOG.txt | |
parent | 3ced88a333f413996f9b555e4fe079874195cdd2 (diff) | |
download | markdown-3275ba2d65e7c5c39ec477d718ebc249fb0d03dd.tar.gz markdown-3275ba2d65e7c5c39ec477d718ebc249fb0d03dd.tar.bz2 markdown-3275ba2d65e7c5c39ec477d718ebc249fb0d03dd.zip |
Updates to the website for 1.6b
Diffstat (limited to 'CHANGE_LOG.txt')
-rw-r--r-- | CHANGE_LOG.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGE_LOG.txt b/CHANGE_LOG.txt index bd52719..41b8da5 100644 --- a/CHANGE_LOG.txt +++ b/CHANGE_LOG.txt @@ -1,8 +1,12 @@ PYTHON MARKDOWN CHANGELOG ========================= +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 + Oct 10, 2006: Fixed a bug that caused some text to be lost after -comments. +comments. Added "safe mode" (user's html tags are removed). Sept 6, 2006: Added exception for PHP tags when handling html blocks. |