Skip to content

Commit d553fed

Browse files
authored
Add QuickSort's stability to news (#47330)
* Add QuickSort's stability to news * Mention stability by default (thanks @petvana)
1 parent c9362a5 commit d553fed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

NEWS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ Library changes
9595
a `Slices` object, which allows dispatching to provide more efficient methods ([#32310]).
9696
* `@kwdef` is now exported and added to the public API ([#46273])
9797
* An issue with order of operations in `fld1` is now fixed ([#28973]).
98+
* Sorting is now always stable by default as `QuickSort` was stabilized in ([#45222]).
9899

99100
Standard library changes
100101
------------------------

0 commit comments

Comments
 (0)