File tree 2 files changed +41
-1
lines changed
2 files changed +41
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,46 @@ Changelog
2
2
=========
3
3
4
4
5
+ Version 62.1
6
+ ------------
7
+
8
+ Released on 2024-05-06.
9
+
10
+ Bug fixes:
11
+
12
+ * `#2144 <https://github.com/Kozea/WeasyPrint/issues/2144 >`_,
13
+ `#2149 <https://github.com/Kozea/WeasyPrint/pull/2149 >`_:
14
+ Avoid broken fonts when generating multiple documents
15
+ * `c10c6892 <https://github.com/Kozea/WeasyPrint/commit/c10c6892 >`_:
16
+ Display at least one grid row on empty pages
17
+ * `#2146 <https://github.com/Kozea/WeasyPrint/issues/2146 >`_:
18
+ Don’t crash when flex container’s parent’s height is auto
19
+
20
+ Contributors:
21
+
22
+ * Guillaume Ayoub
23
+ * Claudius Ellsel
24
+
25
+ Backers and sponsors:
26
+
27
+ * Spacinov
28
+ * Kobalt
29
+ * Grip Angebotssoftware
30
+ * Manuel Barkhau
31
+ * SimonSoft
32
+ * Menutech
33
+ * KontextWork
34
+ * Simon Sapin
35
+ * René Fritz
36
+ * TrainingSparkle
37
+ * Healthchecks.io
38
+ * Docraptor
39
+ * Yanal-Yvez Fargialla
40
+ * Douwe van Loenen
41
+ * Morntag
42
+ * Xavid
43
+
44
+
5
45
Version 62.0
6
46
------------
7
47
Original file line number Diff line number Diff line change 15
15
import html5lib
16
16
import tinycss2
17
17
18
- VERSION = __version__ = '62.0 '
18
+ VERSION = __version__ = '62.1 '
19
19
20
20
#: Default values for command-line and Python API options. See
21
21
#: :func:`__main__.main` to learn more about specific options for
You can’t perform that action at this time.
0 commit comments