@@ -5,6 +5,46 @@ Change log
55
66.. towncrier release notes start
77
8+ 16.0.0 (2024-10-15)
9+ ===================
10+
11+ Features
12+ --------
13+
14+ - Update CA bundle to certifi 2024.8.30. (`#1169
15+ <https://github.com/chaquo/chaquopy/issues/1169> `__)
16+ - Python version 3.13 is now supported. (`#1210
17+ <https://github.com/chaquo/chaquopy/issues/1210> `__, `#1212
18+ <https://github.com/chaquo/chaquopy/issues/1212> `__)
19+ - Update runtime Python versions to 3.8.20, 3.9.20, 3.10.15, 3.11.10, 3.12.7
20+ and 3.13.0. (`#1211 <https://github.com/chaquo/chaquopy/issues/1211 >`__)
21+ - Android Gradle plugin versions 8.6 to 8.7 are now supported. (`#1224
22+ <https://github.com/chaquo/chaquopy/issues/1224> `__, `#1245
23+ <https://github.com/chaquo/chaquopy/issues/1245> `__)
24+
25+
26+ Deprecations and Removals
27+ -------------------------
28+
29+ - `minSdk ` must now be at least API level 24. This
30+ still covers `97% of active devices
31+ <https://dl.google.com/android/studio/metadata/distributions.json> `__.
32+ (`#718 <https://github.com/chaquo/chaquopy/issues/718 >`__)
33+ - :ref: `buildPython ` must now be at least Python 3.8. (`#1027
34+ <https://github.com/chaquo/chaquopy/issues/1027> `__)
35+
36+
37+ Bugfixes
38+ --------
39+
40+ - When exceptions are thrown during an import, the traceback now contains only
41+ a single copy of `import_override `, rather than one for every import level.
42+ (`#889 <https://github.com/chaquo/chaquopy/issues/889 >`__)
43+ - `sys.stdin ` is no longer overridden, so it has all the standard attributes
44+ including `buffer `. (`#1083
45+ <https://github.com/chaquo/chaquopy/issues/1083> `__)
46+
47+
84815.0.1 (2023-12-24)
949===================
1050
@@ -125,7 +165,7 @@ Bugfixes
125165 <https://github.com/chaquo/chaquopy/issues/663> `_).
126166* [**BACKWARD INCOMPATIBLE **] `minSdkVersion ` must now be at least API level 21. This
127167 still covers `98% of active devices
128- <https://dl.google.com/android/studio/metadata/distributions.json> `_ .
168+ <https://dl.google.com/android/studio/metadata/distributions.json> `__ .
129169* Python versions 3.9, 3.10 and 3.11 are now supported (`#661
130170 <https://github.com/chaquo/chaquopy/issues/661> `_).
131171* Detect changes to files or directories listed in requirements files (`#660
0 commit comments