Skip to content

Commit 56acbc4

Browse files
committed
Version 62.3
1 parent f39039b commit 56acbc4

File tree

2 files changed

+52
-1
lines changed

2 files changed

+52
-1
lines changed

docs/changelog.rst

+51
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,57 @@ Changelog
22
=========
33

44

5+
Version 62.3
6+
------------
7+
8+
Released on 2024-06-21.
9+
10+
Bug fixes:
11+
12+
* `#2174 <https://github.com/Kozea/WeasyPrint/issues/2174>`_:
13+
Fix extra width distribution for auto table layout
14+
* `#2175 <https://github.com/Kozea/WeasyPrint/issues/2175>`_:
15+
Don’t compress PDF metadata for PDF/A-1
16+
* `61f8bb3 <https://github.com/Kozea/WeasyPrint/commit/61f8bb3>`_:
17+
Set default PDF variant values in options before generating PDF
18+
* `2c4351e <https://github.com/Kozea/WeasyPrint/commit/2c4351e>`_:
19+
Avoid PDF artifacts when drawing 0-width borders
20+
* `d9d7f62 <https://github.com/Kozea/WeasyPrint/commit/d9d7f62>`_:
21+
Don’t duplicate column when container is split on multiple pages
22+
* `4617b94 <https://github.com/Kozea/WeasyPrint/commit/4617b94>`_:
23+
Don’t set default Fontconfig values for unset properties
24+
* `4c81663 <https://github.com/Kozea/WeasyPrint/commit/4c81663>`_:
25+
Fix layout when all footnotes are removed from the footnote area
26+
* `#2184 <https://github.com/Kozea/WeasyPrint/issues/2184>`_:
27+
Make items overflowing grid wrap to the next row/column
28+
* `#2187 <https://github.com/Kozea/WeasyPrint/issues/2187>`_:
29+
Don’t append useless tracks when grid elements are positioned
30+
31+
Contributors:
32+
33+
* Guillaume Ayoub
34+
35+
Backers and sponsors:
36+
37+
* Spacinov
38+
* Kobalt
39+
* Grip Angebotssoftware
40+
* Manuel Barkhau
41+
* SimonSoft
42+
* Menutech
43+
* KontextWork
44+
* Simon Sapin
45+
* René Fritz
46+
* TrainingSparkle
47+
* Healthchecks.io
48+
* Hammerbacher
49+
* Docraptor
50+
* Yanal-Yvez Fargialla
51+
* Douwe van Loenen
52+
* Morntag
53+
* Xavid
54+
55+
556
Version 62.2
657
------------
758

weasyprint/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import html5lib
1616
import tinycss2
1717

18-
VERSION = __version__ = '62.2'
18+
VERSION = __version__ = '62.3'
1919

2020
#: Default values for command-line and Python API options. See
2121
#: :func:`__main__.main` to learn more about specific options for

0 commit comments

Comments
 (0)