Skip to content

Commit 088eb77

Browse files
committed
Fixes
1 parent 1169394 commit 088eb77

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ Compatibility:
1515
* Implement `String#undump` (#2131, @kustosz)
1616
* `Errno` constants with the same `errno` number are now the same class.
1717
* 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).
1919

2020
Performance:
2121

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).
2424

2525
Changes:
2626

0 commit comments

Comments
 (0)