Skip to content

Commit b031cb3

Browse files
committed
Fix the change log.
1 parent cd716a6 commit b031cb3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Bug fixes:
1212

1313
Compatibility
1414

15-
* `String#-@` now performs string deduplication
15+
* `String#-@` now performs string deduplication (#1608).
1616
* `Hash#merge` now preserves the key order from the original hash for merged values (#1650).
1717

1818
# 1.0 RC 17
@@ -38,7 +38,7 @@ Changes:
3838
Bug fixes:
3939

4040
* 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).
4242
* Fixed `rb_scan_args` to correctly handle kwargs in combination with optional args.
4343
* Many fixes for `FFI::Pointer` to be more compatible with the `ffi` gem.
4444

@@ -60,7 +60,6 @@ Compatibility:
6060
* `StringScanner` will now match a regexp beginning with `^` even when not scanning from the start of the string.
6161
* `Module#define_method` is now public like in MRI.
6262
* `Kernel#warn` now supports the `uplevel:` keyword argument.
63-
* `String#-@` now performs string deduplication (#1608) .
6463

6564
# 1.0 RC 15, 5 April 2019
6665

0 commit comments

Comments
 (0)