mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-20 22:33:08 +02:00
Bug Fix - blank annotations now disallowed
- Prevented blank annotations from being added, and the description being echoed as though it were the annotation applied (thanks to Bruce Dillahunty). - Added bug.annotate.t unit test to prevent regression.
This commit is contained in:
parent
8dd9690a65
commit
0fcaf85652
6 changed files with 73 additions and 10 deletions
|
@ -143,6 +143,8 @@
|
|||
<li>Supports '--' argument to indicate that all subsequence arguments are
|
||||
part of the description, despite what they otherwise might mean.
|
||||
<li>Removed support for the obsolete task file format 1 (never released).
|
||||
<li>Fixed bug that allowed blank annotations to be added (thanks to Bruce
|
||||
Dillahunty),
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue