diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-11-01 17:35:00 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-11-01 17:35:00 +0000 |
commit | 3116d30133196e1bb258f7e74e03d4a85f3b21ae (patch) | |
tree | 0a102ae511de0d381ac6f3f278f7b413ecb43965 /debian | |
parent | 40fa01765bbd41145372e4e6f01f375353f683d0 (diff) | |
download | pandoc-3116d30133196e1bb258f7e74e03d4a85f3b21ae.tar.gz |
Updated changelog in light of last change.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1062 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 61471cbcf..92aed42e0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -79,6 +79,11 @@ pandoc (0.45) unstable; urgency=low + If label for a link reference contains a colon, surround it by ` signs so it won't be interpreted as the end of the link label. + * LaTeX writer: Cleaner output for footnotes. Footnotes now always + begin on a new line, and the final } is on a line by itself only + when it needs to be (i.e. only when the note ends with a Verbatim + environment). + * Text.Pandoc.Shared: save and restore position in parseFromString, so that accurate error messages can be given. |