aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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).