aboutsummaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
Diffstat (limited to '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).