From a3b0447f40e64a98ba828437a570a501f64a2378 Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Thu, 9 May 2024 23:26:18 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7edc406a..b53c2987 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ ## 0.19.0 (unreleased) - Updates the pulldown-cmark dependency to v0.10.0. This improves footnote handling, and may also introduce some minor behavior changes such as reducing the amount of unnecessary HTML-escaping of text content. +- Add bottom footnotes with backreference option +- Fix link check report inconsistency +- Fix resizing for images with EXIF orientation +- Add MIME type to get_image_metadata ## 0.18.0 (2023-12-18)