Skip to content

Commit 0f8c0d1

Browse files
committed
Add more missing entries to the CHANGELOG.
1 parent 6cd2f86 commit 0f8c0d1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ Bug fixes:
1616
* `RbConfig::CONFIG['extra_bindirs']` is now a String as other RbConfig values.
1717
* `SIGPIPE` is correctly caught on SubstrateVM, and the corresponding write()
1818
raises `Errno::EPIPE` when the read end of a pipe or socket is closed.
19+
* Use the magic encoding comment for determining the source encoding when using eval().
20+
* Fixed a couple bugs where the encoding was not preserved correctly.
1921

2022
Performance:
2123

@@ -27,6 +29,7 @@ Performance:
2729
* Eliminated many unnecessary memory copy operations when reading from `IO` with
2830
a delimiter (e.g., `IO#each`), leading to overall improved `IO` reading for common
2931
use cases such as iterating through lines in a `File`.
32+
* Use the byte[] of the given Ruby String when calling eval() directly for parsing.
3033

3134
# 1.0 RC 2, May 2018
3235

0 commit comments

Comments
 (0)