File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ New features:
6
6
Bug fixes:
7
7
8
8
* Handle foreign null object as falsy value (#1902 , @ssnickolay )
9
- * Fixed return value of ` Enumerable#first ` (#2056 , @LillianZ ).
9
+ * Fixed return value of ` Enumerable#first ` with multiple yielded arguments (#2056 , @LillianZ ).
10
10
* Improve reliability of the post install hook by disabling RubyGems (#2075 ).
11
11
* Fixed top level exception handler to print exception cause (#2013 ).
12
12
* Fixed issue when extending FFI from File (#2094 ).
@@ -15,6 +15,7 @@ Bug fixes:
15
15
* Fixed issue with ` spawn ` when ` :close ` redirect is used (#2097 ).
16
16
* Fixed ` coverage ` issue when ` *eval ` is used (#2078 ).
17
17
* Use expanded load paths for feature matching (#1501 ).
18
+ * Fixed handling of post arguments for ` super() ` (#2111 ).
18
19
* Fixed ` SystemStackError ` sometimes replaced by an internal Java ` NoClassDefFoundError ` on JVM (#1743 ).
19
20
* Fixed constant/identifier detection in lexer for non-ASCII encodings (#2079 , #2102 , @ivoanjo ).
20
21
* Fixed parsing of ` --jvm ` as an application argument (#2108 ).
You can’t perform that action at this time.
0 commit comments