summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2017-11-01 11:08:33 +0100
committerStefan Behnel <stefan_ml@behnel.de>2017-11-01 11:08:33 +0100
commited44d37a80ef91ccb059a8ae056439a889eb6973 (patch)
tree860309773cb8fd92b53e78a55d498a5bd069d242
parente28778aea2629007236455aec17f1100fae1e8d8 (diff)
downloadcython-ed44d37a80ef91ccb059a8ae056439a889eb6973.tar.gz
Update changelog.
-rw-r--r--CHANGES.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 31cfe87c1..0dfe1780f 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -15,6 +15,9 @@ Features added
them to depend on module declarations themselves.
Patch by Jeroen Demeyer. (Github issue #1896)
+* The new TSS C-API in CPython 3.7 is supported and has been backported.
+ Patch by Naotoshi Seo. (Github issue #1932)
+
* Some ``bytearray`` operations have been optimised similar to ``bytes``.
* Safe integer loops (< range(2^30)) are optimised into C loops.