Skip to content

Commit 3e6e8eb

Browse files
committed
Add change log entry.
1 parent daf99dd commit 3e6e8eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Changes:
2828
* Removed `Truffle::Interop.{import_without_conversion,export_without_conversion}` (use `Polyglot.{import,export}` instead).
2929
* Removed `Truffle::Interop.members_without_conversion` (use `Truffle::Interop.members` instead).
3030
* Refactored internals of `rb_sprintf` to simplify handling of `VALUE`s in common cases (@aardvark179).
31+
* Refactored sharing of array objects between threads using new `SharedArrayStorage` (@aardvark179).
3132

3233
# 22.2.0
3334

0 commit comments

Comments
 (0)