Skip to content

Commit 9dc5ac4

Browse files
committed
Version 64.1
1 parent b2c6cba commit 9dc5ac4

2 files changed

Lines changed: 49 additions & 1 deletion

File tree

docs/changelog.rst

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,54 @@ Changelog
22
=========
33

44

5+
Version 64.1
6+
------------
7+
8+
Released on 2025-02-20.
9+
10+
Bug fixes:
11+
12+
* `#2368 <https://github.com/Kozea/WeasyPrint/issues/2368>`_:
13+
Fix ascent and descent font values
14+
* `#2370 <https://github.com/Kozea/WeasyPrint/issues/2370>`_:
15+
Avoid endless recursion for variables in nested functions
16+
* `#2275 <https://github.com/Kozea/WeasyPrint/issues/2275>`_:
17+
Use correct containing block to render waiting children
18+
* `#2375 <https://github.com/Kozea/WeasyPrint/issues/2375>`_:
19+
Ensure that we handle text-anchor only on text content elements
20+
* `#2090 <https://github.com/Kozea/WeasyPrint/issues/2090>`_:
21+
Only create font temporary folder when adding fonts
22+
* `#2383 <https://github.com/Kozea/WeasyPrint/issues/2383>`_:
23+
Fix grid-template-areas validation and allow uppercase identifiers for grid lines
24+
25+
Contributors:
26+
27+
* Guillaume Ayoub
28+
29+
Backers and sponsors:
30+
31+
* Spacinov
32+
* Kobalt
33+
* Grip Angebotssoftware
34+
* Syslifters
35+
* Simon Sapin
36+
* Manuel Barkhau
37+
* Simonsoft
38+
* Menutech
39+
* KontextWork
40+
* TrainingSparkle
41+
* Healthchecks.io
42+
* Hammerbacher
43+
* DocRaptor
44+
* Yanal-Yves Fargialla
45+
* Method B
46+
* FieldHub
47+
* Morntag
48+
* Xavid
49+
* Kai DeLorenzo
50+
* Charlie S.
51+
52+
553
Version 64.0
654
------------
755

weasyprint/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import tinycss2
1616
import tinyhtml5
1717

18-
VERSION = __version__ = '64.0'
18+
VERSION = __version__ = '64.1'
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)