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 18c82f9 commit d08e3a5Copy full SHA for d08e3a5
CHANGELOG.md
@@ -6,7 +6,11 @@ Bug fixes:
6
* Temporary variables are no longer visible in the debugger.
7
* Setting breakpoints on some lines has been fixed.
8
9
-# 1.0 RC 16
+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
14
15
Bug fixes:
16
@@ -33,7 +37,6 @@ Compatibility:
33
37
* `StringScanner` will now match a regexp beginning with `^` even when not scanning from the start of the string.
34
38
* `Module#define_method` is now public like in MRI.
35
39
* `Kernel#warn` now supports the `uplevel:` keyword argument.
36
-* `do...end` blocks can now have `rescue/else/ensure` clauses like MRI (#1618).
40
41
# 1.0 RC 15, 5 April 2019
42
0 commit comments