Skip to content

Commit d2e1176

Browse files
committed
Update an old changelog entry to point at the correct PR.
1 parent ed5d339 commit d2e1176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Performance:
8484
* Reduce memory footprint by tracking `VALUE`s created during C extension init separately (@aardvark179).
8585
* Rewrote `ArrayEachIteratorNode` to optimize performance for a constant-sized array and reduce specializations to 1 general case (#2587, @MattAlp)
8686
* Reduce conversion of `VALUE`s to native handle during common operations in C extensions (@aardvark179).
87-
* Improved performance of regex boolean matches (e.g., `Regexp#match?`) by avoiding match data allocation in TRegex (#2558, @nirvdrum).
87+
* Improved performance of regex boolean matches (e.g., `Regexp#match?`) by avoiding match data allocation in TRegex (#2588, @nirvdrum).
8888
* Remove overhead when getting using `RDATA_PTR` (@aardvark179).
8989
* Additional copy operations have been reduced when performing IO (#2536, @aardvark179).
9090

0 commit comments

Comments
 (0)