Updated changelog in light of last change.

git-svn-id: https://pandoc.googlecode.com/svn/trunk@1062 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
fiddlosopher 2007-11-01 17:35:00 +00:00
parent 40fa01765b
commit 3116d30133

5
debian/changelog vendored
View file

@ -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.