File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -8,15 +8,19 @@ Bug fixes:
8
8
9
9
* Fix error message when the method name is not a Symbol or String for ` Kernel#respond_to? ` (#2132 , @ssnickolay )
10
10
* 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 ).
11
12
12
13
Compatibility:
13
14
14
15
* Implement ` String#undump ` (#2131 , @kustosz )
15
16
* ` Errno ` constants with the same ` errno ` number are now the same class.
16
17
* Implement ` Enumerable#tally ` and ` Enumerable#filter_map ` (#2144 and #2152 , @LillianZ ).
18
+ * Pass more ` Enumerator::Lazy#uniq ` and ` Enumerator::Lazy#chunk ` specs. (#2146 , @LillianZ ).
17
19
18
20
Performance:
19
21
22
+ * Refactor and implement more performant ` MatchData#length ` . (#2148 , @LillianZ ).
23
+ * Refactor and implement more performant ` Array#sample ` . (#2148 , @LillianZ ).
20
24
21
25
Changes:
22
26
You can’t perform that action at this time.
0 commit comments