From 999bafbe62bebae57cb41c7e4439e0be77c62d9e Mon Sep 17 00:00:00 2001 From: Olivier Nizet Date: Sat, 10 Aug 2024 22:57:34 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0491c4d..75fd77d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ - Support MathMl - Support SVG +## 3.0.1 + +- Ensure to count existing images from header and footer too #113 +- Preserve line break pre for OSX/Windows +- Prevent a crash when the provided style is missing its type +- Defensive code to avoid 2 rowSpan+colSpan with a cell in between to crash #59 + ## 3.0.0 - AngleSharp is now the backend parser for Html