From 41dc32f82b57ecb800da04e89d6ee44ff3de3296 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 9 Feb 2023 20:55:15 -0800 Subject: Update changelog. --- changelog.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/changelog.md b/changelog.md index 6261fa23a..ed996e0ea 100644 --- a/changelog.md +++ b/changelog.md @@ -15,6 +15,10 @@ * Text.Pandoc.Chunks: add Data, Typeable, Generic, ToJSON, FromJSON instances for `PathTemplate` [API change]. + * Text.Pandoc.Citeproc: Fix bug in `metaValueToReference` (#8611). + This bug caused us to get some repeated content when converting + MetaBlock to Inlines. + * Textile reader: + Support footnote backlinks (#8585, Stephen Altamirano). @@ -27,6 +31,11 @@ the list of figures or list of tables. Adding a short caption will now overwrite the full caption in these lists. + * Powerpoint writer: fix handling of simple figures (#8565, + Albert Krewinkel). This ensures that simple figures are displayed + in the same way as before the introduction of a dedicated `Figure` + constructor in the AST. + * Improve handling of `%` in bib(la)tex parsing (#8597, #8595). * Use released skylighting 0.13.2.1 -- cgit v1.2.3