summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2009-11-28 03:22:36 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2009-11-28 03:22:36 +0000
commitc860fb91174729452254f812b9cb68141fdad81d (patch)
tree9283d167656bf19a3daee99abb1bb0a751c34362 /changelog
parent98ff6b2fd06288598a7acf1f19b84418db47e6db (diff)
Updated changelog.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1632 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'changelog')
-rw-r--r--changelog9
1 files changed, 9 insertions, 0 deletions
diff --git a/changelog b/changelog
index 137643dba..51f3d06b8 100644
--- a/changelog
+++ b/changelog
@@ -2,6 +2,15 @@ pandoc (1.2.2)
[ John MacFarlane ]
+ * Better looking simple tables. Resolves Issue #180.
+ + Markdown reader: simple tables are now given column widths of 0.
+ + Column width of 0 is interpreted as meaning: use default column width.
+ + Writers now include explicit column width information only
+ for multiline tables. (Exception: RTF writer, which requires
+ column widths. In this case, columns are given equal widths,
+ adding up to the text width.)
+ + Simple tables should now look better in most output formats.
+
* Improved performance of markdown reader by ~10% by
eliminating the need for a separate parsing pass for notes.
Raw notes are now stored on the first pass (which parses