mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Bug #458
- Fixed bug #458, removing the ambiguous 'm' as a duration, leaving 'mi[nutes]' and 'mo[nths]' requiring at least two characters for a match.
This commit is contained in:
parent
d15cccdb7d
commit
257f5ab3da
3 changed files with 3 additions and 10 deletions
|
@ -94,6 +94,8 @@
|
|||
|
||||
# Tracked Bugs, sorted by ID.
|
||||
+ Fixed bug #403, which disambiguates certain commands involving numbers.
|
||||
+ Fixed bug #458, removing the ambiguous 'm' as a duration, leaving 'mi[nutes]'
|
||||
and 'mo[nths]' requiring at least two characters for a match.
|
||||
+ Fixed bug #475, which allowed a blank annotation command to be entered
|
||||
(thanks to Andreas Kalex).
|
||||
+ Fixed bug #511, which caused display problem on Cygwin when colored output
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue