File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Bug fixes:
12
12
13
13
Compatibility
14
14
15
- * ` String#-@ ` now performs string deduplication
15
+ * ` String#-@ ` now performs string deduplication ( # 1608 ).
16
16
* ` Hash#merge ` now preserves the key order from the original hash for merged values (#1650 ).
17
17
18
18
# 1.0 RC 17
@@ -38,7 +38,7 @@ Changes:
38
38
Bug fixes:
39
39
40
40
* Fixed ` Hash#merge ` with no arguments to return a new copy of the receiver (#1645 ).
41
- * Fixed yield with a splat and keyword arguments (#1613 ).
41
+ * Fixed yield with a splat and keyword arguments (#1613 ).
42
42
* Fixed ` rb_scan_args ` to correctly handle kwargs in combination with optional args.
43
43
* Many fixes for ` FFI::Pointer ` to be more compatible with the ` ffi ` gem.
44
44
@@ -60,7 +60,6 @@ Compatibility:
60
60
* ` StringScanner ` will now match a regexp beginning with ` ^ ` even when not scanning from the start of the string.
61
61
* ` Module#define_method ` is now public like in MRI.
62
62
* ` Kernel#warn ` now supports the ` uplevel: ` keyword argument.
63
- * ` String#-@ ` now performs string deduplication (#1608 ) .
64
63
65
64
# 1.0 RC 15, 5 April 2019
66
65
You can’t perform that action at this time.
0 commit comments