aboutsummaryrefslogtreecommitdiffstats
path: root/docs/release-2.1.0.txt
diff options
context:
space:
mode:
authorWaylan Limberg <waylan@gmail.com>2012-03-07 10:39:05 -0500
committerWaylan Limberg <waylan@gmail.com>2012-03-07 10:39:05 -0500
commita3d1c761999a08974a9fdfe9636ff9f7aa6b5863 (patch)
tree0571f4f7d7981462d99bfc07b5d35fdf725e410d /docs/release-2.1.0.txt
parent521d5c2b68df4cfa842ebd62121ef9ba79d1da02 (diff)
downloadmarkdown-a3d1c761999a08974a9fdfe9636ff9f7aa6b5863.tar.gz
markdown-a3d1c761999a08974a9fdfe9636ff9f7aa6b5863.tar.bz2
markdown-a3d1c761999a08974a9fdfe9636ff9f7aa6b5863.zip
Add release notes, authors and change_log to docs.
Diffstat (limited to 'docs/release-2.1.0.txt')
-rw-r--r--docs/release-2.1.0.txt13
1 files changed, 9 insertions, 4 deletions
diff --git a/docs/release-2.1.0.txt b/docs/release-2.1.0.txt
index f6c203b..606bad2 100644
--- a/docs/release-2.1.0.txt
+++ b/docs/release-2.1.0.txt
@@ -1,3 +1,9 @@
+title: Release Notes for v2.1.0
+prev_title: Release Notes for v2.1.1
+prev_url: release-2.1.1.html
+next_title: Release Notes for v2.0.2
+next_url: release-2.0.2.html
+
Python-Markdown 2.1.0 Release Notes
===================================
@@ -29,7 +35,7 @@ is suggested you manually use Python 3.1's 2to3 tool to do a conversion.
wrapper methods. It now expects keyword arguments. Currently, the positional
arguments should continue to work, but the solution feels hacky and may be
removed in a future version. All users are encouraged to use keyword arguments
-as documented in [Using Markdown as a Python Library](using_as_module.html).
+as documented in the [Library Reference](reference.html).
* Past versions of Python-Markdown provided module level Global variables which
controlled the behavior of a few different aspects of the parser. Those global
@@ -37,9 +43,8 @@ variables have been replaced with attributes on the Markdown class.
Additionally, those attributes are settable as keyword arguments when
initializing a class instance. Therefore, if you were editing the global
variables (either by editing the source or by overriding them in your code),
-you should now set them on the class. See
-[Using Markdown as a Python Library](using_as_module.html) for the options
-available.
+you should now set them on the class. See the
+[Library Reference](reference.html) for the options available.
* If you have been using the [HeaderID](extensions/header_id.html) extension
to define custom ids on headers, you will want to switch to using the new