aboutsummaryrefslogtreecommitdiffstats
path: root/docs/release-2.0.2.txt
diff options
context:
space:
mode:
authorWaylan Limberg <waylan@dev.(none)>2009-07-31 07:12:14 -0400
committerWaylan Limberg <waylan@dev.(none)>2009-07-31 07:22:12 -0400
commit93d814f0b66a413cbd4a4dc3f74c75ce183e69ac (patch)
tree15aa0cd5826676e09778a682324d95ec71cf2dc4 /docs/release-2.0.2.txt
parent83ff480406e8b428186daed9e7372188e62a55be (diff)
downloadmarkdown-93d814f0b66a413cbd4a4dc3f74c75ce183e69ac.tar.gz
markdown-93d814f0b66a413cbd4a4dc3f74c75ce183e69ac.tar.bz2
markdown-93d814f0b66a413cbd4a4dc3f74c75ce183e69ac.zip
Upped version to 2.0.2-Final and added release notes.
Diffstat (limited to 'docs/release-2.0.2.txt')
-rw-r--r--docs/release-2.0.2.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/release-2.0.2.txt b/docs/release-2.0.2.txt
new file mode 100644
index 0000000..8ae9a3d
--- /dev/null
+++ b/docs/release-2.0.2.txt
@@ -0,0 +1,9 @@
+Python-Markdown 2.0.2 Release Notes
+===================================
+
+Python-Markdown 2.0.2 is a bug-fix release. No new features have been added.
+Most notably, the setup script has been updated to include a dependency on
+ElementTree on older versions of Python (< 2.5). 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.
+