summaryrefslogtreecommitdiff
path: root/CHANGES.current
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2021-04-29 13:24:16 +1200
committerOlly Betts <olly@survex.com>2021-04-30 10:20:14 +1200
commit9ddc9dceb7f3fb6f9f58239de0138b32b7c2dff6 (patch)
tree11ab4c8ec57ae890354f6e411fd5ad2d44996529 /CHANGES.current
parent5f8768daed3e19ebe2b26447bd3a42813efc316d (diff)
downloadswig-9ddc9dceb7f3fb6f9f58239de0138b32b7c2dff6.tar.gz
Remove support for $source and $target
These were officially deprecated in 2001, and attempts to use them have resulted in a warning (including a pointer to what to update them to) for most if not all of that time. Fixes #1984
Diffstat (limited to 'CHANGES.current')
-rw-r--r--CHANGES.current6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.current b/CHANGES.current
index 7c1e63c36..004b562de 100644
--- a/CHANGES.current
+++ b/CHANGES.current
@@ -7,6 +7,12 @@ the issue number to the end of the URL: https://github.com/swig/swig/issues/
Version 4.1.0 (in progress)
===========================
+2021-04-30: olly
+ #1984 Remove support for $source and $target.
+ These were officially deprecated in 2001, and attempts to use them have
+ resulted in a warning (including a pointer to what to update them to)
+ for most if not all of that time.
+
2021-04-27: wsfulton
#1987 [Java] Fix %interface family of macros for returning by const
pointer reference.