Skip to content

Commit d08e3a5

Browse files
committed
Fix the change log
1 parent 18c82f9 commit d08e3a5

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ Bug fixes:
66
* Temporary variables are no longer visible in the debugger.
77
* Setting breakpoints on some lines has been fixed.
88

9-
# 1.0 RC 16
9+
Compatibility:
10+
11+
* `do...end` blocks can now have `rescue/else/ensure` clauses like MRI (#1618).
12+
13+
# 1.0 RC 16, 19 April 2019
1014

1115
Bug fixes:
1216

@@ -33,7 +37,6 @@ Compatibility:
3337
* `StringScanner` will now match a regexp beginning with `^` even when not scanning from the start of the string.
3438
* `Module#define_method` is now public like in MRI.
3539
* `Kernel#warn` now supports the `uplevel:` keyword argument.
36-
* `do...end` blocks can now have `rescue/else/ensure` clauses like MRI (#1618).
3740

3841
# 1.0 RC 15, 5 April 2019
3942

0 commit comments

Comments
 (0)