Skip to content

Commit

Permalink
Add change log entry and bump ABI check.
Browse files Browse the repository at this point in the history
  • Loading branch information
aardvark179 committed Jun 27, 2022
1 parent 314bc75 commit 87cced5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Changes:
* No more conversion between Java Strings and Ruby Strings at the interop boundary.
* Removed `Truffle::Interop.{import_without_conversion,export_without_conversion}` (use `Polyglot.{import,export}` instead).
* Removed `Truffle::Interop.members_without_conversion` (use `Truffle::Interop.members` instead).
* Refactored internals of `rb_sprintf` to simplify handling of `VALUE`s in common cases (@aardvark179).

# 22.2.0

Expand Down
2 changes: 1 addition & 1 deletion lib/cext/ABI_check.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6
7

0 comments on commit 87cced5

Please sign in to comment.