aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-08-30 20:36:58 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-08-30 20:36:58 -0700
commit434ab0db13d428740107403da9f6a8d8beebd086 (patch)
treefa40d7caa40815a7bbbccefa628271fa9eb33f40
parenta8273009baeeece65b60816e1eb42ae54b977f8d (diff)
downloadpandoc-434ab0db13d428740107403da9f6a8d8beebd086.tar.gz
Updated changelog.
-rw-r--r--changelog4
1 files changed, 4 insertions, 0 deletions
diff --git a/changelog b/changelog
index 0e0bfc61a..57c0538d4 100644
--- a/changelog
+++ b/changelog
@@ -33,6 +33,10 @@ pandoc (1.13.1)
This makes to docx reader's native output fit with the way the markdown
reader understands its markdown output.
+ * Textile writer: Extended the range of cases where native textile
+ tables will be used (as opposed to raw HTML): we now handle any
+ alignment type, but only for simple tables with no captions.
+
* Txt2Tags reader:
+ Header is now parsed only if standalone flag is set (Matthew Pickering).