diff options
-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 |