Skip to content

Commit 69dc4f1

Browse files
committed
[GR-19220] Update changelog (#2154)
PullRequest: truffleruby/2159
2 parents 60fe54b + 8514d43 commit 69dc4f1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,20 @@ Bug fixes:
88

99
* Fix error message when the method name is not a Symbol or String for `Kernel#respond_to?` (#2132, @ssnickolay)
1010
* Fixed setting of special variables in enumerators and enumerables (#1484).
11+
* Fixed return value of `Enumerable#count` and `Enumerable#uniq` with multiple yielded arguments (#2145, @LillianZ).
1112

1213
Compatibility:
1314

1415
* Implement `String#undump` (#2131, @kustosz)
1516
* `Errno` constants with the same `errno` number are now the same class.
1617
* Implement `Enumerable#tally` and `Enumerable#filter_map` (#2144 and #2152, @LillianZ).
1718
* Implement `Range#minmax`.
19+
* Pass more `Enumerator::Lazy#uniq` and `Enumerator::Lazy#chunk` specs (#2146, @LillianZ).
1820

1921
Performance:
2022

23+
* Refactor and implement more performant `MatchData#length` (#2147, @LillianZ).
24+
* Refactor and implement more performant `Array#sample` (#2148, @LillianZ).
2125

2226
Changes:
2327

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,8 @@ Announcements about GraalVM, including TruffleRuby, are made on the
181181

182182
The main authors of TruffleRuby ordered by first contribution are:
183183
Chris Seaton, Benoit Daloze, Kevin Menard, Petr Chalupa, Brandon Fish, Duncan
184-
MacGregor, Christian Wirth, Rafael França, Alan Wu, Nicolas Laurent, Carol Chen.
184+
MacGregor, Christian Wirth, Rafael França, Alan Wu, Nicolas Laurent, Carol Chen,
185+
Nikolay Sverchkov, Lillian Zhang.
185186

186187
## Security
187188

0 commit comments

Comments
 (0)