diff --git a/product/runtime/docs/sphinx/changes/1027.removal.rst b/product/runtime/docs/sphinx/changes/1027.removal.rst new file mode 100644 index 0000000000..1d9c02857d --- /dev/null +++ b/product/runtime/docs/sphinx/changes/1027.removal.rst @@ -0,0 +1 @@ +- :ref:`buildPython` must now be at least Python 3.8. \ No newline at end of file diff --git a/product/runtime/docs/sphinx/changes/1083.bugfix.rst b/product/runtime/docs/sphinx/changes/1083.bugfix.rst new file mode 100644 index 0000000000..e488e2ffd0 --- /dev/null +++ b/product/runtime/docs/sphinx/changes/1083.bugfix.rst @@ -0,0 +1 @@ +`sys.stdin` is no longer overridden, so it has all the standard attributes including `buffer`. \ No newline at end of file diff --git a/product/runtime/docs/sphinx/changes/1169.feature.rst b/product/runtime/docs/sphinx/changes/1169.feature.rst new file mode 100644 index 0000000000..76fd93ca69 --- /dev/null +++ b/product/runtime/docs/sphinx/changes/1169.feature.rst @@ -0,0 +1 @@ +- Update CA bundle to certifi 2024.8.30. \ No newline at end of file diff --git a/product/runtime/docs/sphinx/changes/1210.feature.rst b/product/runtime/docs/sphinx/changes/1210.feature.rst new file mode 100644 index 0000000000..0b32d6fdd2 --- /dev/null +++ b/product/runtime/docs/sphinx/changes/1210.feature.rst @@ -0,0 +1 @@ +Python version 3.13 is now supported. \ No newline at end of file diff --git a/product/runtime/docs/sphinx/changes/1211.feature.rst b/product/runtime/docs/sphinx/changes/1211.feature.rst new file mode 100644 index 0000000000..d29ed74060 --- /dev/null +++ b/product/runtime/docs/sphinx/changes/1211.feature.rst @@ -0,0 +1 @@ +Update runtime Python versions to 3.8.20, 3.9.20, 3.10.15, 3.11.10, 3.12.7 and 3.13.0. \ No newline at end of file diff --git a/product/runtime/docs/sphinx/changes/1212.feature.rst b/product/runtime/docs/sphinx/changes/1212.feature.rst new file mode 100644 index 0000000000..0b32d6fdd2 --- /dev/null +++ b/product/runtime/docs/sphinx/changes/1212.feature.rst @@ -0,0 +1 @@ +Python version 3.13 is now supported. \ No newline at end of file diff --git a/product/runtime/docs/sphinx/changes/1224.feature.rst b/product/runtime/docs/sphinx/changes/1224.feature.rst new file mode 100644 index 0000000000..a540793cfc --- /dev/null +++ b/product/runtime/docs/sphinx/changes/1224.feature.rst @@ -0,0 +1 @@ +Android Gradle plugin versions 8.6 to 8.7 are now supported. \ No newline at end of file diff --git a/product/runtime/docs/sphinx/changes/1245.feature.rst b/product/runtime/docs/sphinx/changes/1245.feature.rst new file mode 100644 index 0000000000..a540793cfc --- /dev/null +++ b/product/runtime/docs/sphinx/changes/1245.feature.rst @@ -0,0 +1 @@ +Android Gradle plugin versions 8.6 to 8.7 are now supported. \ No newline at end of file diff --git a/product/runtime/docs/sphinx/changes/718.removal.rst b/product/runtime/docs/sphinx/changes/718.removal.rst new file mode 100644 index 0000000000..73f706eb69 --- /dev/null +++ b/product/runtime/docs/sphinx/changes/718.removal.rst @@ -0,0 +1,3 @@ +`minSdk` must now be at least API level 24. This + still covers `97% of active devices + `__. \ No newline at end of file diff --git a/product/runtime/docs/sphinx/changes/889.bugfix.rst b/product/runtime/docs/sphinx/changes/889.bugfix.rst new file mode 100644 index 0000000000..6c294f89b3 --- /dev/null +++ b/product/runtime/docs/sphinx/changes/889.bugfix.rst @@ -0,0 +1 @@ +When exceptions are thrown during an import, the traceback now contains only a single copy of `import_override`, rather than one for every import level. \ No newline at end of file diff --git a/product/runtime/docs/sphinx/changes/README.md b/product/runtime/docs/sphinx/changes/README.md new file mode 100644 index 0000000000..577057182b --- /dev/null +++ b/product/runtime/docs/sphinx/changes/README.md @@ -0,0 +1,2 @@ +This directory contains towncrier news fragments for the next release. The configuration +is in pyproject.toml at the root of the repository.