diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-05-28 20:35:18 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-05-28 20:35:18 -0700 |
commit | 3df799adf2ca919b81f29ba87a736164979e39a8 (patch) | |
tree | 54d3e1d762abf7243c25438e30f81e8a8aea6e0b /changelog | |
parent | b241472a90e8cdb3146acfbe555f50abd4b3b302 (diff) | |
download | pandoc-3df799adf2ca919b81f29ba87a736164979e39a8.tar.gz |
Updated changelog.
Diffstat (limited to 'changelog')
-rw-r--r-- | changelog | 17 |
1 files changed, 14 insertions, 3 deletions
@@ -1,13 +1,24 @@ pandoc (1.14.0.1) - * Ensure that docx and odt are built in windows installer (#2187). - - * `make-reference-files`: use proper path separators for Windows. + * Fixed problem with building of `reference.docx` and `reference.odt` + when the `embed_data_files` flag is used. Instead of having a phase + of the build where `reference.docx` and `reference.odt` are created + from their constituent data files, we now construct these archives + from their constituents when a `docx` or `odt` is built. The + constituent files have been moved from `extra-source-files` to + `data-files`, and `reference.docx` and `reference.odt` have been + removed. Users can create their own `reference.docx` or + `reference.odt` by using pandoc to create a simple `docx` or `odt`. + `make-reference-files.hs` has been removed, simplifying the build + process (#2187) * Don't include generated man pages in extra-source-files (#2189). * Bumped upper bound for aeson. + * ConTeXt writer: create internal link anchors for Div elements with + identifiers. (This is needed for linked citations to work.) + pandoc (1.14) [new features] |