File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ Compatibility:
15
15
* Implement ` String#undump ` (#2131 , @kustosz )
16
16
* ` Errno ` constants with the same ` errno ` number are now the same class.
17
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 ).
18
+ * Pass more ` Enumerator::Lazy#uniq ` and ` Enumerator::Lazy#chunk ` specs (#2146 , @LillianZ ).
19
19
20
20
Performance:
21
21
22
- * Refactor and implement more performant ` MatchData#length ` . (#2148 , @LillianZ ).
23
- * Refactor and implement more performant ` Array#sample ` . (#2148 , @LillianZ ).
22
+ * Refactor and implement more performant ` MatchData#length ` (#2147 , @LillianZ ).
23
+ * Refactor and implement more performant ` Array#sample ` (#2148 , @LillianZ ).
24
24
25
25
Changes:
26
26
You can’t perform that action at this time.
0 commit comments