Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas-C authored Dec 27, 2022
1 parent c0e75cf commit 8cdedda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This can also be enabled programmatically with `warnings.simplefilter('default',
### Changed
* `add_link()` creates a link to the current page by default, and now accepts optional parameters: `x`, `y`, `page` & `zoom`.
Hence calling `set_link()` is not needed anymore after creating a link with `add_link()`.
* `write_html()`now generates warnings for unclosed HTML tags, unless `warn_on_tags_not_matching=False` is set
* `write_html()` now generates warnings for unclosed HTML tags, unless `warn_on_tags_not_matching=False` is set
### Fixed
* image (`<img>`) without `height` attribute overlaps with the following content [#632](https://github.com/PyFPDF/fpdf2/issues/632)
* a `ValueError: Incoherent hierarchy` could be raised when using `write_html()` with some headings hierarchy
Expand Down

0 comments on commit 8cdedda

Please sign in to comment.