diff --git a/CHANGELOG.md b/CHANGELOG.md index 14e39bd..248d88c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 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. + 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 + ## 3.1.1 - Fix respecting layout with `div`/`p` ending with line break #158 diff --git a/src/Html2OpenXml/HtmlToOpenXml.csproj b/src/Html2OpenXml/HtmlToOpenXml.csproj index cc8e2f1..b947550 100644 --- a/src/Html2OpenXml/HtmlToOpenXml.csproj +++ b/src/Html2OpenXml/HtmlToOpenXml.csproj @@ -9,13 +9,13 @@ HtmlToOpenXml HtmlToOpenXml HtmlToOpenXml.dll - 3.1.1 + 3.2.0 icon.png Copyright 2009-$([System.DateTime]::Now.Year) Olivier Nizet See changelog https://github.com/onizet/html2openxml/blob/master/CHANGELOG.md README.md office openxml netcore html - 3.1.1 + 3.2.0 MIT https://github.com/onizet/html2openxml https://github.com/onizet/html2openxml