- Fixed bug #897, which omitted the UUID field from the 'completed'
  report, which is essential if you need to modify a completed task
  (thanks to Eli Lev).
This commit is contained in:
Paul Beckingham 2012-01-12 16:47:08 -05:00
parent 205d4fe29f
commit 7cc3544f74
3 changed files with 5 additions and 2 deletions

View file

@ -223,6 +223,8 @@
+ Fixed bug #862, which suppressed feedback from the 'denotate' command.
+ Fixed bug #892, which caused a segfault due to misuse of
std::map::operator[] (thanks to Dmitriy Samborskiy).
+ Fixed bug #897, which adds the UUID field to the 'completed' report
(thanks to Eli Lev).
# Untracked Bugs, biggest first.
+ Fixed bug that required the '%YAML' prologue in a YAML import.