Skip to content

Commit 87cced5

Browse files
committed
Add change log entry and bump ABI check.
1 parent 314bc75 commit 87cced5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Changes:
2121
* No more conversion between Java Strings and Ruby Strings at the interop boundary.
2222
* Removed `Truffle::Interop.{import_without_conversion,export_without_conversion}` (use `Polyglot.{import,export}` instead).
2323
* Removed `Truffle::Interop.members_without_conversion` (use `Truffle::Interop.members` instead).
24+
* Refactored internals of `rb_sprintf` to simplify handling of `VALUE`s in common cases (@aardvark179).
2425

2526
# 22.2.0
2627

lib/cext/ABI_check.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6
1+
7

0 commit comments

Comments
 (0)