Skip to content

Commit 388f01c

Browse files
committed
Add a change log entry.
1 parent a1beccb commit 388f01c

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
@@ -36,6 +36,7 @@ Performance:
3636
* Improved `String#gsub` performance by adding a fast path for the `string_byte_index` primitive (#2380, @nirvdrum).
3737
* Improved `String#index` performance by adding a fast path for the `string_character_index` primitive (#2383, @LillianZ).
3838
* Optimized conversion of strings to integers if the string contained a numeric value (#2401, @nirvdrum).
39+
* Provide a new fast path for get and setting backrefs from C extensions.
3940

4041
Changes:
4142

0 commit comments

Comments
 (0)