- Fixed bug #651, which broke the edit command when a task description
  contained certain tokens (like 'Due:').
This commit is contained in:
Paul Beckingham 2011-01-23 00:54:54 -05:00
parent eaf184c833
commit ad2614c452
2 changed files with 23 additions and 19 deletions

View file

@ -94,6 +94,10 @@
'edit.verbose' can be set to 'no' and eliminate the help text when using
the 'task edit' command (thanks to Steve Rader).
+ Enhanced unit tests in response to bug #624 (thanks to Steve Rader).
+ Fixed bug #651, which broke the edit command when a task description
contained certain tokens (like 'Due:').
+ Fixed bug #654, which broke the info command when a task had no journal
entries.
------ old releases ------------------------------