aboutsummaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'changelog')
-rw-r--r--changelog7
1 files changed, 6 insertions, 1 deletions
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