Skip to content

Commit e0b9f5b

Browse files
committed
Add ChangeLog entries
1 parent d34e169 commit e0b9f5b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
New features:
44

5+
* Foreign strings now have all methods of Ruby `String`. They are treated as `#frozen?` UTF-8 Ruby Strings.
56

67
Bug fixes:
78

@@ -14,6 +15,9 @@ Performance:
1415

1516
Changes:
1617

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).
1721

1822
# 22.2.0
1923

0 commit comments

Comments
 (0)