Skip to content

Commit ddaae72

Browse files
committed
[GR-19691] Move ChangeLog entries which were backported to 20.3
PullRequest: truffleruby/2133
2 parents f8b272f + ae22126 commit ddaae72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ Bug fixes:
77

88
* Fix error message when the method name is not a Symbol or String for `Kernel#respond_to?` (#2132, @ssnickolay)
99
* 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).
1210

1311
Compatibility:
1412

@@ -42,6 +40,8 @@ Bug fixes:
4240
* Fixed constant/identifier detection in lexer for non-ASCII encodings (#2079, #2102, @ivoanjo).
4341
* Fixed parsing of `--jvm` as an application argument (#2108).
4442
* 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).
4545

4646
Compatibility:
4747

0 commit comments

Comments
 (0)