We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88ef6e0 commit f0c9229Copy full SHA for f0c9229
CHANGES.current
@@ -7,6 +7,15 @@ the issue number to the end of the URL: https://github.com/swig/swig/issues/
7
Version 4.0.2 (in progress)
8
===========================
9
10
+2020-01-30: richardbeare
11
+ #1511 [R] Fix bug wrapping functions. These were previously incorrectly wrapped as if
12
+ they were variables. This happened when 'get' or 'set' was in the name of the function
13
+ or method, but sometimes also in some other circumstances. If you were using R
14
+ attribute syntax to access these methods, you'll need to switch to calling them as R
15
+ methods.
16
+
17
+ *** POTENTIAL INCOMPATIBILITY ***
18
19
2020-01-24: etse-dignitas, wsfulton
20
#1533 [C#, D, Java] Fix upcasting for shared_ptr's of templated types.
21
0 commit comments