diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2010-03-29 07:15:28 -0700 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2010-03-29 07:15:28 -0700 |
| commit | 41bc23709cf35944d79ec8cb21c305d2b7670336 (patch) | |
| tree | 1f640c5bc8e0664dc2823d318a134963ac965987 | |
| parent | c5c4e19c99003e64665d244bb40ffa0eff93d269 (diff) | |
| download | pandoc-41bc23709cf35944d79ec8cb21c305d2b7670336.tar.gz | |
Bumped version to 1.5.1.1, updated changelog.
| -rw-r--r-- | changelog | 7 | ||||
| -rw-r--r-- | pandoc.cabal | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,10 @@ +pandoc (1.5.1.1) + + [ John MacFarlane ] + + * Fixed uniqueIdent in Shared so that header identifiers work as + advertized in the README and are are valid XHTML names. + pandoc (1.5.1) [ John MacFarlane ] diff --git a/pandoc.cabal b/pandoc.cabal index 5317aecfc..e5995c23d 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -1,5 +1,5 @@ Name: pandoc -Version: 1.5.1 +Version: 1.5.1.1 Cabal-Version: >= 1.2 Build-Type: Custom License: GPL |
