summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-08-17 13:24:38 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-08-17 13:24:38 -0700
commitbdaa5cbba640341a3eedb5b76e691089cbce5bde (patch)
tree9e8160f8998e2a455591807e0437a0720a7db971 /changelog
parent8e60d35d5850d13ad2c70c8815b12578c0dba4e9 (diff)
Updated changelog.
Diffstat (limited to 'changelog')
-rw-r--r--changelog29
1 files changed, 29 insertions, 0 deletions
diff --git a/changelog b/changelog
index c37709f3e..3a8343315 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,32 @@
+pandoc (1.13.0.1)
+
+ * Docx writer:
+
+ + Fixed regression which bungled list numbering (#1544), causing
+ all lists to appear as basic ordered lists.
+ + Include row width in table rows (Christoffer Ackelman, Viktor Kronvall).
+ Added a property to all table rows where the sum of column widths
+ is specified in pct (fraction of 5000). This helps persuade Word
+ to lay out the table with the widths we specify.
+
+ * Fixed a bug in Windows 8 which caused pandoc not to find the
+ `pandoc-citeproc` filter (#1542).
+
+ * Docx reader: miscellaneous under-the-hood improvements (Jesse Rosenthal).
+ Most significantly, the reader now uses Builder, leading to some
+ performance improvements.
+
+ * HTML reader: Parse appropriately styled span as SmallCaps.
+
+ * Markdown writer: don't escape `$`, `^`, `~` when `tex_math_dollars`,
+ `superscript`, and `subscript` extensions, respectively, are
+ deactivated (#1127).
+
+ * Makefile: Added 'quick' target.
+
+ * Updated README in templates to indicate templates license.
+ The templates are dual-licensed, BSD3 and GPL2+.
+
pandoc (1.13)
[new features]