We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02674db commit d774ff8Copy full SHA for d774ff8
CHANGELOG.md
@@ -5,7 +5,12 @@ Bug fixes:
5
* Fixed a bug with `String#lines` and similar methods with multibyte
6
characters (#1543).
7
8
-# 1.0 RC 11
+Compatibility:
9
+
10
+* Change to a new system for handling Ruby objects in C extensions which
11
+ greatly increases compatibility with MRI.
12
13
+# 1.0 RC 11, 15 January 2019
14
15
New features:
16
@@ -26,8 +31,6 @@ Bug fixes:
26
31
27
32
Compatibility:
28
33
29
-* Change to a new system for handling Ruby objects in C extensions which
30
- greatly increases compatibility with MRI.
34
* Implemented `Dir.each_child`.
35
* Adding missing support for the `close_others` option to `exec` and `spawn`.
36
* Implemented the missing `MatchData#named_captures` method (#1512).
0 commit comments