Skip to content

Commit

Permalink
Add QuickSort's stability to news (JuliaLang#47330)
Browse files Browse the repository at this point in the history
* Add QuickSort's stability to news

* Mention stability by default (thanks @petvana)
  • Loading branch information
LilithHafner authored Nov 2, 2022
1 parent c9362a5 commit d553fed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ Library changes
a `Slices` object, which allows dispatching to provide more efficient methods ([#32310]).
* `@kwdef` is now exported and added to the public API ([#46273])
* An issue with order of operations in `fld1` is now fixed ([#28973]).
* Sorting is now always stable by default as `QuickSort` was stabilized in ([#45222]).

Standard library changes
------------------------
Expand Down

0 comments on commit d553fed

Please sign in to comment.