File tree 1 file changed +3
-0
lines changed 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ Bug fixes:
16
16
* ` RbConfig::CONFIG['extra_bindirs'] ` is now a String as other RbConfig values.
17
17
* ` SIGPIPE ` is correctly caught on SubstrateVM, and the corresponding write()
18
18
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.
19
21
20
22
Performance:
21
23
@@ -27,6 +29,7 @@ Performance:
27
29
* Eliminated many unnecessary memory copy operations when reading from ` IO ` with
28
30
a delimiter (e.g., ` IO#each ` ), leading to overall improved ` IO ` reading for common
29
31
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.
30
33
31
34
# 1.0 RC 2, May 2018
32
35
You can’t perform that action at this time.
0 commit comments