mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-24 08:56:43 +02:00
Enhancement
- Corrected sorting to use std::stable_sort instead of std::sort, which is not guaranteed stable (thanks to Stefan Hacker).
This commit is contained in:
parent
954db75b37
commit
96d406960d
3 changed files with 4 additions and 1 deletions
|
@ -3,6 +3,8 @@
|
|||
|
||||
2.0.0 ()
|
||||
+ autoconf eliminated.
|
||||
+ Corrected sorting to use std::stable_sort instead of std::sort, which is not
|
||||
guaranteed stable (thanks to Stefan Hacker).
|
||||
|
||||
------ old releases ------------------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue