summaryrefslogtreecommitdiff
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
parentc9dcd0ee78e710b783096b5b02c14580a919e92d (diff)
downloadswig-899c9b819e0d30b3c7235b776ac0802c5325b2a4.tar.gz
Modify some CHANGES entries that weren't written by me
[skip ci]
-rw-r--r--CHANGES6
-rw-r--r--CHANGES.current4
2 files changed, 5 insertions, 5 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.
diff --git a/CHANGES.current b/CHANGES.current
index 4bf04e4c9..549a05c1e 100644
--- a/CHANGES.current
+++ b/CHANGES.current
@@ -1275,5 +1275,5 @@ Version 4.1.0 (24 Oct 2022)
#1843 [Python] Compilation error fix in SwigPyBuiltin_SetMetaType when using PyPy.
2020-06-14: ZackerySpytz
- #1642 #1809 Fix virtual comparison operators in director classes - remove incorrect
- space in the function name, for example, operator= = is now operator==.
+ #1642 #1809 Fix virtual comparison operators in director classes by removing an
+ incorrect space in the function name (for example, operator= = is now operator==).