Skip to content

Commit f0c9229

Browse files
committed
Add changes entry about R attribute fix
1 parent 88ef6e0 commit f0c9229

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGES.current

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ the issue number to the end of the URL: https://github.com/swig/swig/issues/
77
Version 4.0.2 (in progress)
88
===========================
99

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+
1019
2020-01-24: etse-dignitas, wsfulton
1120
#1533 [C#, D, Java] Fix upcasting for shared_ptr's of templated types.
1221

0 commit comments

Comments
 (0)