diff options
| -rw-r--r-- | changelog.md | 9 |
1 files changed, 9 insertions, 0 deletions
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 |
