Skip to content

Commit 37952cd

Browse files
committed
Version 2.8.0
1 parent 5b1c860 commit 37952cd

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

NEWS.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
======
44

55

6+
Version 2.8.0 released on 2025-05-12
7+
====================================
8+
9+
* Drop support of Python 3.7 and 3.8, add support of Python 3.12 and 3.13
10+
* Optimize math operations
11+
* Use pathlib
12+
* Close paths for ellipses and circles
13+
* Fix output ratio for SVG surfaces
14+
* Avoid endless loops when updating def attributes
15+
* Round PNG size
16+
* Don’t crash when more than 2 values are given to translate and scale functions
17+
18+
619
Version 2.7.1 released on 2023-08-05
720
====================================
821

cairosvg/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.7.1
1+
2.8.0

0 commit comments

Comments
 (0)