aboutsummaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-11-13 12:28:46 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2015-11-13 12:28:46 -0800
commitc65674a33169bee1e4f8f1e7adbd511c750ecd40 (patch)
tree2a5ad48b8fecff80194cb90a235f22ba008b6e24 /changelog
parent028a605bf80fbdd54ed22cab56b2ce88cde2d89c (diff)
downloadpandoc-c65674a33169bee1e4f8f1e7adbd511c750ecd40.tar.gz
Updated changelog.
Diffstat (limited to 'changelog')
-rw-r--r--changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/changelog b/changelog
index 910ce6373..3cffa9f93 100644
--- a/changelog
+++ b/changelog
@@ -31,6 +31,9 @@ pandoc (1.15.2)
can start need to be marked explicitly by changing the parser state.
This wasn't done for headers. The proper function to update the state
is now called at the beginning of the header parser, fixing this issue.
+ + Fix emphasis rules for smart parsing (Albert Krewinkel, #2513).
+ Smart quotes, ellipses, and dashes should behave like normal quotes,
+ single dashes, and dots with respect to text markup parsing.
* Markdown reader: