File tree 2 files changed +48
-1
lines changed
2 files changed +48
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,53 @@ Changelog
2
2
=========
3
3
4
4
5
+ Version 61.1
6
+ ------------
7
+
8
+ Released on 2024-02-26.
9
+
10
+ Bug fixes:
11
+
12
+ - `#2075 <https://github.com/Kozea/WeasyPrint/issues/2075 >`_:
13
+ Use default value when variable is not defined
14
+ - `#2070 <https://github.com/Kozea/WeasyPrint/issues/2070 >`_:
15
+ Don’t crash when rendering SVGs with non-text a children
16
+ - Don’t crash when SVG file can’t be rendered
17
+
18
+ Documentation:
19
+
20
+ - `#2067 <https://github.com/Kozea/WeasyPrint/pull/2067 >`_:
21
+ Suggest "dnf" instead of "yum" to install Fedora packages
22
+ - Improve documentation for Windows
23
+ - Fix required version of TinyCSS2
24
+
25
+ Contributors:
26
+
27
+ * Guillaume Ayoub
28
+ * Felix Schwarz
29
+ * Lucie Anglade
30
+
31
+ Backers and sponsors:
32
+
33
+ * Spacinov
34
+ * Kobalt
35
+ * Grip Angebotssoftware
36
+ * Manuel Barkhau
37
+ * SimonSoft
38
+ * Menutech
39
+ * KontextWork
40
+ * René Fritz
41
+ * Simon Sapin
42
+ * Arcanite
43
+ * TrainingSparkle
44
+ * Healthchecks.io
45
+ * Hammerbacher
46
+ * Docraptor
47
+ * Yanal-Yvez Fargialla
48
+ * Morntag
49
+ * NBCO
50
+
51
+
5
52
Version 61.0
6
53
------------
7
54
Original file line number Diff line number Diff line change 15
15
import html5lib
16
16
import tinycss2
17
17
18
- VERSION = __version__ = '61.0 '
18
+ VERSION = __version__ = '61.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