Skip to content

Commit a4279dc

Browse files
committed
[GR-16798] A couple more change log fixes.
PullRequest: truffleruby/922
2 parents 979c60b + 2004696 commit a4279dc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ Compatibility:
1313
Changes:
1414

1515
* An interop read message sent to a `Proc` will no longer call the `Proc`.
16+
17+
Performance:
18+
1619
* Several `String` methods have been made faster by the usage of vector instructions
1720
when searching for a single-byte character in a String.
1821

@@ -71,7 +74,7 @@ Changes:
7174
Performance:
7275

7376
* `eval(code, binding)` for a fixed `code` containing blocks is now much faster. This improves the performance of rendering `ERB` templates containing loops.
74-
* `rb_str_cat` has been changed to improve performance. THe C string is now concatentated without first being converted to a Ruby string or having its encoding checked. As a side effect the behaviour of `rb_str_cat` should now more closely match that of MRI.
77+
* `rb_str_cat` is faster due to the C string now being concatenated without first being converted to a Ruby string or having its encoding checked. As a side effect the behaviour of `rb_str_cat` should now more closely match that of MRI.
7578

7679
# 19.0.0, May 2019
7780

0 commit comments

Comments
 (0)