TW-1720: CmdContext uses a mix of both throw and std::cout to convey errors

This commit is contained in:
Tomas Babej 2015-10-30 16:40:13 -04:00 committed by Paul Beckingham
parent 8505d8a42c
commit 2ff8d8329f

View file

@ -1,6 +1,10 @@
2.5.1 () -
- TW-1703 When on-modify hook is installed, some messages print UUIDs
instead of IDs (thanks to Robin Green).
- TW-1704 Use Task::identifier to reference the Task in the output
- TW-1720 CmdContext uses a mix of both throw and std::cout to convey
errors (thanks to Paul Beckingham).
- The default configuration is now 256-color only.
- The 'columns' report now shows whether a column is modifiable or read only.