From c860fb91174729452254f812b9cb68141fdad81d Mon Sep 17 00:00:00 2001 From: fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> Date: Sat, 28 Nov 2009 03:22:36 +0000 Subject: [PATCH] Updated changelog. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1632 788f1e2b-df1e-0410-8736-df70ead52e1b --- changelog | 9 +++++++++ 1 file changed, 9 insertions(+) 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