Skip to content

Commit

Permalink
Stable ABI changes
Browse files Browse the repository at this point in the history
  • Loading branch information
wsfulton committed Mar 24, 2024
1 parent 8a68606 commit 789f4e4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGES.current
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ the issue number to the end of the URL: https://github.com/swig/swig/issues/
Version 4.3.0 (in progress)
===========================

2024-03-21: wsfulton
[Python] #2826 Stricter Stable ABI conformance, use PyDecRef and PyIncRef.
Don't use PyUnicode_GetLength from python-3.7 and later.
Use PyObject_Free instead of deprecated equivalents.

2024-03-11: wsfulton
[C#] #2829 Improve handling and documentation of missing enum base type
information.
Expand Down

0 comments on commit 789f4e4

Please sign in to comment.