summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'changelog')
-rw-r--r--changelog6
1 files changed, 6 insertions, 0 deletions
diff --git a/changelog b/changelog
index 50a2527ae..e4382b9f6 100644
--- a/changelog
+++ b/changelog
@@ -111,6 +111,12 @@ pandoc (1.14)
+ Use `File:` instead of the deprecated `Image:` for images and
other media files (Greg Rundlett).
+ * DocBook writer:
+
+ + Render a `Div (id,_,_) [Para _]` element as a `para` element
+ with an `id` attribute. This makes links to citations work in
+ DocBook with pandoc-citeproc.
+
* RST writer:
+ Normalize headings to sequential levels (Nikolay Yakimov).