diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-07-01 12:18:39 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-07-01 12:18:39 -0700 |
commit | 9f387a353ddadb25a37fdb73b166580736f65054 (patch) | |
tree | f81465b375b9d6001315c95b2d92ff9d241e168e /changelog | |
parent | e0a88df686ee120075c88ffe6604a0e862040f9f (diff) | |
download | pandoc-9f387a353ddadb25a37fdb73b166580736f65054.tar.gz |
Updated changelog.
Diffstat (limited to 'changelog')
-rw-r--r-- | changelog | 27 |
1 files changed, 27 insertions, 0 deletions
@@ -1,3 +1,30 @@ +pandoc (1.15) + + * Man page changes: + + + Removed `--man1`, `--man5` options (breaking change). + + Removed `Text.Pandoc.ManPages` module (breaking API change). + + Makefile target for `man/man1/pandoc.1`. This uses pandoc to + create the man page from README using a custom template and filters. + + Added `man/` directory with template and filters needed to build + man page. + + We no longer have two man pages: `pandoc.1` and `pandoc_markdown.5`. + Now there is just pandoc.1, which has all the content from README. + This change was needed because of the extensive cross-references + between parts of the README. + + Removed old `data/pandoc.1.template` and + `data/pandoc_markdown.5.template`. + + * OpenDocument writer: Do not add a carriage return after a hard + line break (Michael Chladek). + + * ConTeXt writer: + + + use `\goto` for internal links. + + Added a `%` at end for `\reference` to avoid spurious space. + + * Ignore sandbox on 'make quick' + pandoc (1.14.1) * Added `--man1` and `--man5` options to pandoc, allowing pandoc |