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 d34e169 commit e0b9f5bCopy full SHA for e0b9f5b
CHANGELOG.md
@@ -2,6 +2,7 @@
2
3
New features:
4
5
+* Foreign strings now have all methods of Ruby `String`. They are treated as `#frozen?` UTF-8 Ruby Strings.
6
7
Bug fixes:
8
@@ -14,6 +15,9 @@ Performance:
14
15
16
Changes:
17
18
+* No more conversion between Java Strings and Ruby Strings at the interop boundary.
19
+* Removed `Truffle::Interop.{import_without_conversion,export_without_conversion}` (use `Polyglot.{import,export}` instead).
20
+* Removed `Truffle::Interop.members_without_conversion` (use `Truffle::Interop.members` instead).
21
22
# 22.2.0
23
0 commit comments