Skip to content

Commit d774ff8

Browse files
committed
Correct changelog entry in the wrong release
1 parent 02674db commit d774ff8

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ Bug fixes:
55
* Fixed a bug with `String#lines` and similar methods with multibyte
66
characters (#1543).
77

8-
# 1.0 RC 11
8+
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
914

1015
New features:
1116

@@ -26,8 +31,6 @@ Bug fixes:
2631

2732
Compatibility:
2833

29-
* Change to a new system for handling Ruby objects in C extensions which
30-
greatly increases compatibility with MRI.
3134
* Implemented `Dir.each_child`.
3235
* Adding missing support for the `close_others` option to `exec` and `spawn`.
3336
* Implemented the missing `MatchData#named_captures` method (#1512).

0 commit comments

Comments
 (0)