summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-10-29 14:50:37 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2017-10-29 14:50:37 -0700
commit82d69ddc23dc3e44e1903de6131d2e7f27c3ee0a (patch)
treeed1eab1fdd2d420f10e09bf126f7e4f9b1271af9 /changelog
parent52ee19a825fad5255e15fccfdf6de8d4203b5fec (diff)
Changelog formatting fix.
Diffstat (limited to 'changelog')
-rw-r--r--changelog6
1 files changed, 3 insertions, 3 deletions
diff --git a/changelog b/changelog
index b6ed2898c..9569a2057 100644
--- a/changelog
+++ b/changelog
@@ -940,9 +940,9 @@ pandoc (2.0)
properly escape things that would otherwise start ordered lists,
such as
- ---
- title: 1. inline
- ...
+ ---
+ title: 1. inline
+ ...
+ Better handling of tables with empty columns (#3337). We now
calculate the number of columns based on the longest row (or the
length of aligns or widths).