Skip to content

Commit 992b8fa

Browse files
committed
Add CHANGELOG entries for 1.0.0 RC3.
1 parent e732478 commit 992b8fa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ Performance:
2323
avoiding extra allocations.
2424
* `rb_str_new()`/`rb_str_new_cstr()` are much faster by avoiding extra copying and
2525
allocations.
26+
* `String#{sub,sub!}` are faster in the common case of an empty replacement string.
27+
* Eliminated many unnecessary memory copy operations when reading from `IO` with
28+
a delimiter (e.g., `IO#each`), leading to overall improved `IO` reading for common
29+
use cases such as iterating through lines in a `File`.
2630

2731
# 1.0 RC 2, May 2018
2832

0 commit comments

Comments
 (0)