From abca1da1adeae6045e555b9b43a03192a3b02e17 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 13 Nov 2015 14:17:25 -0800 Subject: [PATCH] Updated changelog. --- changelog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/changelog b/changelog index 3cffa9f93..03d82a877 100644 --- a/changelog +++ b/changelog @@ -34,6 +34,9 @@ pandoc (1.15.2) + 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. + + Require whitespace around definition list markers (#2518). + This rule was not checked before, resulting in bugs with footnotes + and some link types. * Markdown reader: