From a6fd7b5cba69cad049046b3a372d0f2d6c495abe Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Tue, 23 Aug 2011 10:53:49 -0400 Subject: Renamed *.txt -> *.md in docs. --- docs/release-2.0.1.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 docs/release-2.0.1.md (limited to 'docs/release-2.0.1.md') diff --git a/docs/release-2.0.1.md b/docs/release-2.0.1.md new file mode 100644 index 0000000..e5946b2 --- /dev/null +++ b/docs/release-2.0.1.md @@ -0,0 +1,16 @@ +Python-Markdown 2.0.1 Release Notes +=================================== + +Python-Markdown 2.0.1 is a bug-fix release. No new features have been added. +Most notably, various issues with the command line script have been fixed. +There have also been a few fixes for minor parsing bugs in some edge cases. +For a full list of changes, see the git log. + +Backwards-incompatible Changes +------------------------------ + +Due to various complications in how Python handles command line scripts in +differance systems and with differant installation tools, we were forced to +rename the commandline script to ``markdown`` (no ".py"). A matching batch +script will get installed on Windows. Any shell scripts which call +``markdown.py`` will need to be altered to call ``markdown`` instead. -- cgit v1.2.3