File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,6 @@ Bug fixes:
7
7
8
8
* Fix error message when the method name is not a Symbol or String for ` Kernel#respond_to? ` (#2132 , @ssnickolay )
9
9
* Fixed setting of special variables in enumerators and enumerables (#1484 ).
10
- * Fix status and output when SystemExit is subclassed and raised (#2128 )
11
- * Fix ` String#{chomp, chomp!} ` issue with invalid encoded strings (#2133 ).
12
10
13
11
Compatibility:
14
12
@@ -42,6 +40,8 @@ Bug fixes:
42
40
* Fixed constant/identifier detection in lexer for non-ASCII encodings (#2079 , #2102 , @ivoanjo ).
43
41
* Fixed parsing of ` --jvm ` as an application argument (#2108 ).
44
42
* Fix ` rb_rescue2 ` to ignore the end marker ` (VALUE)0 ` (#2127 , #2130 ).
43
+ * Fix status and output when SystemExit is subclassed and raised (#2128 )
44
+ * Fix ` String#{chomp, chomp!} ` issue with invalid encoded strings (#2133 ).
45
45
46
46
Compatibility:
47
47
You can’t perform that action at this time.
0 commit comments