mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Bug #713
- Fixed Bug #713, which fixes typos in the holidays-UK.rc file (thanks to Alexei Romanoff). Signed-off-by: Paul Beckingham <paul@beckingham.net>
This commit is contained in:
parent
bd0dbe3af6
commit
7f9938d4f1
3 changed files with 9 additions and 4 deletions
|
@ -7,12 +7,16 @@
|
|||
of the actual tasks. For advanced pipeline use.
|
||||
+ Now supplements the command line with data read from standard input, which
|
||||
allows commands like: echo 'add Pay the bills' | task
|
||||
+ Added feature #700, which adds tab-completion of built-in tags.
|
||||
+ Corrected sorting to use std::stable_sort instead of std::sort, which is not
|
||||
guaranteed stable (thanks to Stefan Hacker).
|
||||
|
||||
+ Added feature #700, which adds tab-completion of built-in tags.
|
||||
+ Added feature #710, which adds an attribute modifier prefix to return the
|
||||
complement of a filtered set (thanks to Dan White).
|
||||
|
||||
+ Fixed Bug #713, which fixes typos in the holidays-UK.rc file (thanks to
|
||||
Alexei Romanoff).
|
||||
|
||||
------ old releases ------------------------------
|
||||
|
||||
1.9.4 (03/03/2011) b9bae255f4fa03970eced3ac0876935271d1d7a1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue