Skip to content

Commit 1169394

Browse files
author
Lillian Zhang
committed
update changelog
1 parent 38c1bdf commit 1169394

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,19 @@ 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).
18+
* Pass more `Enumerator::Lazy#uniq` and `Enumerator::Lazy#chunk` specs. (#2146, @LillianZ).
1719

1820
Performance:
1921

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

2125
Changes:
2226

0 commit comments

Comments
 (0)