Skip to content

Commit c0034fa

Browse files
committed
Version 58.0
1 parent 96c97d1 commit c0034fa

File tree

2 files changed

+41
-1
lines changed

2 files changed

+41
-1
lines changed

docs/changelog.rst

+40
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,46 @@ Changelog
22
=========
33

44

5+
Version 58.0
6+
------------
7+
8+
Released on 2023-02-17.
9+
10+
This version also includes the changes from unstable b1 version listed
11+
below.
12+
13+
Bug fixes:
14+
15+
* `#1807 <https://github.com/Kozea/WeasyPrint/issues/1807>`_:
16+
Don’t crash when out-of-flow box is split in out-of-flow parent
17+
* `#1806 <https://github.com/Kozea/WeasyPrint/issues/1806>`_:
18+
Don’t crash when fixed elements aren’t displayed yet in aborted line
19+
* `#1809 <https://github.com/Kozea/WeasyPrint/issues/1809>`_:
20+
Fix background drawing for out-of-the-page transformed boxes
21+
22+
Contributors:
23+
24+
* Guillaume Ayoub
25+
26+
Backers and sponsors:
27+
28+
* Kobalt
29+
* Grip Angebotssoftware
30+
* Crisp BV
31+
* Spacinov
32+
* Castedo Ellerman
33+
* Manuel Barkhau
34+
* SimonSoft
35+
* Menutech
36+
* KontextWork
37+
* NCC Group
38+
* René Fritz
39+
* Moritz Mahringer
40+
* Yanal-Yvez Fargialla
41+
* Piotr Horzycki
42+
* Healthchecks.io
43+
44+
545
Version 58.0b1
646
--------------
747

weasyprint/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
import html5lib
1414
import tinycss2
1515

16-
VERSION = __version__ = '58.0b1'
16+
VERSION = __version__ = '58.0'
1717

1818
__all__ = [
1919
'HTML', 'CSS', 'Attachment', 'Document', 'Page', 'default_url_fetcher',

0 commit comments

Comments
 (0)