From 45326ba6426dd25736566e2d1531cd4c5bced460 Mon Sep 17 00:00:00 2001 From: Olivier Nizet Date: Tue, 24 Sep 2024 00:18:31 +0200 Subject: [PATCH] Fix typo in changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 248d88c..a56d874 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,12 @@ ## 3.2.0 -- Add new public API to allow parsing into Header and Footer. Some API methods as been flagged as obsolete with a clear message of what to use instead. +- Add new public API to allow parsing into Header and Footer #162. Some API methods as been flagged as obsolete with a clear message of what to use instead. This is not a breaking changes as it keep existing behaviour. - Add support for `SVG` format (either from img src or the SVG node tag) - Automatically create the `_top` bookmark if needed - Fix a crash when a hyperlink contains both `img` and `figcation` -- Fix a crash when `li` is empty #151 +- Fix a crash when `li` is empty #161 ## 3.1.1