Skip to content

Commit 307ec48

Browse files
docs(collection): add changelog for quickSort pdqsort enhancement
This addresses the failing 'Changelog Entry' CI check by adding the required entry for the quickSort implementation replacement.
1 parent 63fcfac commit 307ec48

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkgs/collection/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
- Add `PriorityQueue.of` constructor and optimize adding many elements.
1010
- Address diagnostics from `strict_top_level_inference`.
1111
- Run `dart format` with the new style.
12+
- Replace `quickSort` implementation with a more performant and robust
13+
Pattern-defeating Quicksort (pdqsort) algorithm.
1214

1315
## 1.19.1
1416

0 commit comments

Comments
 (0)