diff options
-rw-r--r-- | debian/changelog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index d9d3a85b0..1b9c37fb2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,15 @@ pandoc (0.44) unstable; urgency=low + [ John MacFarlane ] + + * Fixed bug in HTML writer: when --toc was used, anchors were put around + headers, which is invalid XHTML (block content within inline element). + Now the anchors are put inside the header tags. Resolves Issue #23. + + * Added xmlns attribute to html element in html writer tests. + This attribute is added by more recent versions of the + xhtml library (>= 3000), and is required for valid XHTML. + [ Recai Oktaş ] * On configure, compile 'Setup.hs' to 'setup' and use 'setup' as the build |