aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog5
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.