aboutsummaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-10-29 14:54:14 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2017-10-29 14:54:14 -0700
commitd095b59f705e24e607bae9ebfa484d4a72c9c02a (patch)
tree691dec48dda2e38f3901687f28381979984cb7c5 /changelog
parent82d69ddc23dc3e44e1903de6131d2e7f27c3ee0a (diff)
downloadpandoc-d095b59f705e24e607bae9ebfa484d4a72c9c02a.tar.gz
changelog formatting fix.
Diffstat (limited to 'changelog')
-rw-r--r--changelog8
1 files changed, 4 insertions, 4 deletions
diff --git a/changelog b/changelog
index 9569a2057..c8a67305b 100644
--- a/changelog
+++ b/changelog
@@ -1295,10 +1295,10 @@ pandoc (2.0)
+ Fixed small bug in list parsing (#3432). Previously the parser didn't
handle properly this case:
- * - a
- - b
- * - c
- - d
+ * - a
+ - b
+ * - c
+ - d
+ Handle multiline cells in simple tables (#1166).
+ Parse list table directive (Keiichiro Shikano, #3432).
+ Make use of `anyLineNewline` (Alexander Krotov, #3686).