You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ New features:
13
13
* Always show the Ruby core library files in backtraces (#1414).
14
14
* The Java stacktrace is now shown when sending SIGQUIT to the process, also on TruffleRuby Native, see [Debugging](doc/user/debugging.md) for details (#2041).
15
15
* Calls to foreign objects with a block argument will now pass the block as the last argument.
16
-
*Some refinements have been made to interoperability with forign objects, see `doc/contrib/interop_implicit_api.md` for details.
16
+
*`foreign.name` will now use `invokeMember` if invocable and if not use `readMember`, see `doc/contrib/interop_implicit_api.md` for details.
0 commit comments