diff options
author | John MacFarlane <jgm@berkeley.edu> | 2018-08-07 09:30:34 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-08-07 09:30:34 -0700 |
commit | 672804922542cc3d3a1719a2b4064ba91fccc6c8 (patch) | |
tree | 7fc9c5435c8b24604dd5278407eef231fe60700a /changelog | |
parent | b76203ccf11c44dcea3837d1e06c8a2969be52bc (diff) | |
download | pandoc-672804922542cc3d3a1719a2b4064ba91fccc6c8.tar.gz |
Bump to 2.2.3.2, update man page, changelog.
Diffstat (limited to 'changelog')
-rw-r--r-- | changelog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |