summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorZackery Spytz <zspytz@gmail.com>2022-10-24 10:54:47 -0700
committerOlly Betts <ojwbetts@gmail.com>2022-10-25 10:16:07 +1300
commit899c9b819e0d30b3c7235b776ac0802c5325b2a4 (patch)
treed5de8b86bc3c8e0e095cda780539d3f50d609e7b /CHANGES
parentc9dcd0ee78e710b783096b5b02c14580a919e92d (diff)
downloadswig-899c9b819e0d30b3c7235b776ac0802c5325b2a4.tar.gz
Modify some CHANGES entries that weren't written by me
[skip ci]
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index 7ea3450fb..fb5d8b55e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -27,7 +27,7 @@ Version 4.0.2 (8 Jun 2020)
[D] #1593 Replace broken imports when using newer versions of D.
2020-05-29: ZackerySpytz
- [Python] #1716 Performance improvements converting strings when using Python >= 3.3.
+ [Python] #1716 Performance improvements when converting strings when using Python >= 3.3.
2020-05-28: ZackerySpytz
#1776 Quite dramatically decrease run times when generating very large interface files by changing
@@ -74,8 +74,8 @@ Version 4.0.2 (8 Jun 2020)
[Ruby] #1651 Add std::auto_ptr<> typemaps.
2020-01-31: ZackerySpytz
- [Python] #1700 More robust error checking for failures in calls to Python C API:
- PyBytes_AsStringAndSize() and PyString_AsStringAndSize().
+ [Python] #1700 The Python C API functions PyBytes_AsStringAndSize() and
+ PyString_AsStringAndSize() are now checked for failure.
2020-01-31: vadz
[Python] #1710 Fix crash parsing empty docstrings.