1
1
mirror of https://github.com/Kozea/WeasyPrint.git synced 2024-10-26 12:48:53 +03:00

Version 54.3

This commit is contained in:
Guillaume Ayoub 2022-04-04 16:19:14 +02:00
parent e329164f94
commit 2adfe066bd
2 changed files with 42 additions and 1 deletions

View File

@ -2,6 +2,47 @@ Changelog
=========
Version 54.3
------------
Released on 2022-04-04.
Bug fixes:
* `#1588 <https://github.com/Kozea/WeasyPrint/pull/1588>`_:
Support position: absolute in footnotes
* `#1586 <https://github.com/Kozea/WeasyPrint/issues/1586>`_:
Fix discarded text-align values
Contributors:
* aschmitz
* Guillaume Ayoub
Backers and sponsors:
* Grip Angebotssoftware
* Manuel Barkhau
* Crisp BV
* SimonSoft
* Menutech
* KontextWork
* Maykin Media
* René Fritz
* NCC Group
* Spacinov
* Nathalie Gutton
* Andreas Zettl
* Tom Pohl
* Kobalt
* Moritz Mahringer
* Florian Demmer
* Yanal-Yvez Fargialla
* Gábor
* Piotr Horzycki
* DeivGuerrero
Version 54.2
------------

View File

@ -16,7 +16,7 @@ import cssselect2
import html5lib
import tinycss2
VERSION = __version__ = '54.2'
VERSION = __version__ = '54.3'
__all__ = [
'HTML', 'CSS', 'Attachment', 'Document', 'Page', 'default_url_fetcher',