diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-09-03 18:17:05 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-09-03 18:17:05 +0000 |
commit | 4088ef9d36959826e4b858f2b25d640794caed05 (patch) | |
tree | f48eb7d9142827c36a933f43708d899b36dabcda | |
parent | 175a7e27ee97e9e1c7574288cf8dcb13a5e04bf8 (diff) | |
download | pandoc-4088ef9d36959826e4b858f2b25d640794caed05.tar.gz |
Updated debian/changelog.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1007 788f1e2b-df1e-0410-8736-df70ead52e1b
-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 |