From 269417e17612157959200768b9e8c09b0aac466a Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 30 Jul 2011 18:12:04 -0700 Subject: Updated changelog. --- changelog | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'changelog') diff --git a/changelog b/changelog index e9699ea3c..0b66b8608 100644 --- a/changelog +++ b/changelog @@ -154,7 +154,10 @@ pandoc (1.8.1.2) HTML tags can be used freely at the left margin of a markdown+lhs document. Thanks to Conal Elliot for the suggestion. - * Markdown reader: Fixed bug in footnote order (reported by CircleCode). + * Markdown reader: + + + Improved emph/strong parsing; fixes bug found by Perry Wagle. + + Fixed bug in footnote order (reported by CircleCode). * RST reader: + Fixed bug in in field lists with multi-line items at the @@ -513,6 +516,8 @@ pandoc (1.8) to `Text.Pandoc.Readers.Parsing`, and parameterized it with an inline parser. + * Added `nonspaceChar` to `Text.Pandoc.Parsing`. + * Ellipses are no longer allowed to contain spaces. Previously we allowed '. . .', ' . . . ', etc. This caused too many complications, and removed author's flexibility in -- cgit v1.2.3