diff options
| author | John MacFarlane <[email protected]> | 2023-02-09 20:55:15 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2023-02-09 20:55:15 -0800 |
| commit | 41dc32f82b57ecb800da04e89d6ee44ff3de3296 (patch) | |
| tree | d2e584771a6be5e7f3c0f7b5acafc22ae0ec4b23 | |
| parent | 14a248b43d81b5e7e6e0ccf9fbb345cd7eaf4733 (diff) | |
Update changelog.
| -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 |
