aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-08-30 11:13:22 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-08-30 11:13:22 -0700
commiteb29aab9598eec04a8c2d37ef24f2eaa5ca1435d (patch)
tree9b4ddfcbd674595176063dee6feffc46771c8d33
parentee28dfb502cfe57363fbe19f908a0b7509b44496 (diff)
downloadpandoc-eb29aab9598eec04a8c2d37ef24f2eaa5ca1435d.tar.gz
Updated changelog.
-rw-r--r--changelog9
1 files changed, 8 insertions, 1 deletions
diff --git a/changelog b/changelog
index f1851789d..9c0c9a8ed 100644
--- a/changelog
+++ b/changelog
@@ -51,7 +51,11 @@ pandoc (XXX)
* Org writer: Accept example lines with indentation at the beginning
(Calvin Beck).
- * DokuWiki writer: Refactor to use Reader monad (Matthew Pickering).
+ * DokuWiki writer:
+
+ + Refactor to use Reader monad (Matthew Pickering).
+ + Avoid using raw HTML in table cells; instead, use `\\`
+ instead of newlines (Jesse Rosenthal).
* Docx writer:
@@ -83,6 +87,9 @@ pandoc (XXX)
* Fix build dependencies for the `trypandoc` flag, so that they are
ignored if `trypandoc` flag is set to False (Gabor Pali).
+ * Updated README to remove outdated claim that `--self-contained`
+ looks in the user data directory for missing files.
+
pandoc (1.13.0.1)
* Docx writer: