diff options
author | Waylan Limberg <waylan@gmail.com> | 2011-06-30 12:46:23 -0400 |
---|---|---|
committer | Waylan Limberg <waylan@gmail.com> | 2011-06-30 12:46:23 -0400 |
commit | 158b3d2d99b186a1b1cba91ef06dd30462ad5c58 (patch) | |
tree | 2261bd0c91ef5c35730148eb94de775ffa62461c | |
parent | 7156c6d3983256d0aa7e9c34b9ce603116f9bf79 (diff) | |
download | markdown-158b3d2d99b186a1b1cba91ef06dd30462ad5c58.tar.gz markdown-158b3d2d99b186a1b1cba91ef06dd30462ad5c58.tar.bz2 markdown-158b3d2d99b186a1b1cba91ef06dd30462ad5c58.zip |
Updated release notes for recent changes to headerid extension.
-rw-r--r-- | docs/release-2.1.0-alpha.txt | 6 |
1 files changed, 6 insertions, 0 deletions
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. |