Skip to content

Commit 991f619

Browse files
committed
Add missing CHANGELOG entry for 20.3
(cherry picked from commit 8d2d122)
1 parent 81c519f commit 991f619

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ New features:
66
Bug fixes:
77

88
* 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).
1010
* Improve reliability of the post install hook by disabling RubyGems (#2075).
1111
* Fixed top level exception handler to print exception cause (#2013).
1212
* Fixed issue when extending FFI from File (#2094).
@@ -15,6 +15,7 @@ Bug fixes:
1515
* Fixed issue with `spawn` when `:close` redirect is used (#2097).
1616
* Fixed `coverage` issue when `*eval` is used (#2078).
1717
* Use expanded load paths for feature matching (#1501).
18+
* Fixed handling of post arguments for `super()` (#2111).
1819
* Fixed `SystemStackError` sometimes replaced by an internal Java `NoClassDefFoundError` on JVM (#1743).
1920
* Fixed constant/identifier detection in lexer for non-ASCII encodings (#2079, #2102, @ivoanjo).
2021
* Fixed parsing of `--jvm` as an application argument (#2108).

0 commit comments

Comments
 (0)