aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2011-07-30 18:12:04 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2011-07-30 18:12:04 -0700
commit269417e17612157959200768b9e8c09b0aac466a (patch)
treeff849dbdd02cbf5f613e9db59281c7336df92a06
parentb66b7a791ca87d6afccb6e44cdadca158ced5d4c (diff)
downloadpandoc-269417e17612157959200768b9e8c09b0aac466a.tar.gz
Updated 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