Skip to content

Commit 3c18983

Browse files
committed
Add change log entry and bump ABI version.
1 parent 3a8f519 commit 3c18983

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,14 @@ Compatibility:
1818
* `Exception#full_message` now defaults the order to `:top` like CRuby 3+ (@eregon).
1919
* Fix `Process.wait2` to return `nil` when the `WNOHANG` flag is given and the child process is still running (@bjfish).
2020
* Disable most `nokogiri` C extension patches when system libraries are not being used (#2693, @aardvark179).
21+
* Implement `rb_gc_mark_maybe` and `rb_global_variable` to ensure `VALUE` stay live in C extensions (@aardvark179).
2122

2223
Performance:
2324

2425
* Reimplement `Float#to_s` for better performance (#1584, @aardvark179).
2526
* Improve reference processing by making C object free functions and other finalizers more lightweight (@aardvark179).
2627
* Improve performance of `RSTRING_PTR` for interned strings (@aardvark179).
28+
* Cache constant argument formats used with `rb_scan_args_kw` (@aardvark179).
2729

2830
Changes:
2931

lib/cext/ABI_version.txt

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

0 commit comments

Comments
 (0)