Skip to content

Commit 9ac21fe

Browse files
committed
Update changelog.
1 parent fc8d5f2 commit 9ac21fe

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

CHANGES.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ChangeLog
22
=========
33

4-
1.23 (2026-04-07)
4+
1.23 (2026-04-08)
55
-----------------
66

77
* Thousands separator in formatting was handled differently than for floats etc.
@@ -10,6 +10,13 @@ ChangeLog
1010
* Support thousands separators for formatting fractional part of Fraction.
1111
https://github.com/python/cpython/pull/132204
1212

13+
* Supports building as abi3 wheel.
14+
Note that abi3 wheels are about half as fast as Python specific builds.
15+
16+
* Several uncommon build architectures are now served with abi3 wheels
17+
to reduce the number of distribution wheels. To request a more performant wheel
18+
for a specific architecture and Python version (range), please open a ticket.
19+
1320
* Built using Cython 3.2.4.
1421

1522

0 commit comments

Comments
 (0)