diff --git a/docs/changelog.rst b/docs/changelog.rst index c18dab092..af7134fff 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -2,6 +2,53 @@ Changelog ========= +Version 58.1 +------------ + +Released on 2023-03-07. + +Bug fixes: + +* `#1815 `_: + Fix bookmarks coordinates +* `#1822 `_, + `#1823 `_: + Fix vertical positioning for absolute replaced elements + +Documentation: + +* `#1814 `_: + Fix broken link pointing to samples + +Contributors: + +* Guillaume Ayoub +* Jonas Castro +* Lucie Anglade +* Menelaos Kotoglou + +Backers and sponsors: + +* Kobalt +* Grip Angebotssoftware +* Spacinov +* Crisp BV +* Castedo Ellerman +* Manuel Barkhau +* SimonSoft +* Menutech +* KontextWork +* NCC Group +* René Fritz +* Moritz Mahringer +* Yanal-Yvez Fargialla +* Piotr Horzycki +* Healthchecks.io +* Hammerbacher +* TrainingSparkle +* Synapsium + + Version 58.0 ------------ diff --git a/weasyprint/__init__.py b/weasyprint/__init__.py index 00061795f..fe1b9391c 100644 --- a/weasyprint/__init__.py +++ b/weasyprint/__init__.py @@ -13,7 +13,7 @@ import html5lib import tinycss2 -VERSION = __version__ = '58.0' +VERSION = __version__ = '58.1' __all__ = [ 'HTML', 'CSS', 'Attachment', 'Document', 'Page', 'default_url_fetcher',