diff options
author | Waylan Limberg <waylan@gmail.com> | 2012-01-22 13:53:34 -0500 |
---|---|---|
committer | Waylan Limberg <waylan@gmail.com> | 2012-01-22 13:53:34 -0500 |
commit | e4bb8abf9e1149867545d03722ee59d8e6bdd339 (patch) | |
tree | 2535a9435d258ed23c7668199513f0e2036d5d2d /docs | |
parent | a21c320a5a6caab6c2f1ebf8974a7f0ff2019044 (diff) | |
download | markdown-e4bb8abf9e1149867545d03722ee59d8e6bdd339.tar.gz markdown-e4bb8abf9e1149867545d03722ee59d8e6bdd339.tar.bz2 markdown-e4bb8abf9e1149867545d03722ee59d8e6bdd339.zip |
Release 2.1.1. A bugfix release.2.1.1.final
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-2.1.1.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/release-2.1.1.md b/docs/release-2.1.1.md new file mode 100644 index 0000000..9e1bcab --- /dev/null +++ b/docs/release-2.1.1.md @@ -0,0 +1,7 @@ +Python-Markdown 2.1.1 Release Notes +=================================== + +Python-Markdown 2.1.1 is a bug-fix release. No new features have been added. +Most notably, a bug which caused raw HTML paring to run __very__ slowly has +been fixed along with a few bugs which caused the parser to raise exceptions +while parsing. For a full list of changes, see the git log. |