aboutsummaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'changelog')
-rw-r--r--changelog10
1 files changed, 10 insertions, 0 deletions
diff --git a/changelog b/changelog
index 755150d77..aee13a76b 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,13 @@
+pandoc (2.2.3.2)
+
+ * Markdown reader: Properly handle boolean values in YAML metadata (#4819).
+ This fixes a regression in 2.2.3, which cause boolean values to
+ be parsed as MetaInlines instead of MetaBool.
+
+ We here record another undocumented (but desirable) change in 2.2.3:
+ numerical metadata fields are now parsed as MetaInlines rather than
+ MetaString.
+
pandoc (2.2.3.1)
* Markdown reader: Fix parsing of embedded mappings in YAML metadata