From 158b3d2d99b186a1b1cba91ef06dd30462ad5c58 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Thu, 30 Jun 2011 12:46:23 -0400 Subject: Updated release notes for recent changes to headerid extension. --- docs/release-2.1.0-alpha.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs') diff --git a/docs/release-2.1.0-alpha.txt b/docs/release-2.1.0-alpha.txt index 48aaecd..fe65b4b 100644 --- a/docs/release-2.1.0-alpha.txt +++ b/docs/release-2.1.0-alpha.txt @@ -35,6 +35,12 @@ variables (either by editing the source or by overriding them in your code), you should now set them on the class. See [[using_as_module]] for the options available. +* If you have been using the HeaderID extension to define custom ids on headers, +you will want to swtich to using the new attr_list extension. The headerid +extension now only auto-generates ids on headers which have not already had +ids defined. Note that the extra extension has been switched to use attr_list +instead of headeris as it did previously. + * Some code was moved into the `markdown.util` namespace which was previously in the `markdown` namespace. Extension authors may need to adjust a few import statements in their extensions to work with the changes. -- cgit v1.2.3