- Fixed bug #1110, which did not treat 'status:Completed' the same
  as 'status:completed' (thanks to Aikido Guy).
This commit is contained in:
Scott Kostyshak 2012-12-31 04:21:02 -05:00 committed by Paul Beckingham
parent 28523e97c6
commit 0f4a366752
3 changed files with 67 additions and 2 deletions

View file

@ -36,8 +36,8 @@ Features
+ Added new export script: export-tsv.pl.
Bugs
+ Fixed bug #947, #1031, which kept expanding aliases after the '--' operator
(thanks to Jim B).
+ Fixed bug #1110, which did not treat 'status:Completed' the same
as 'status:completed' (thanks to Aikido Guy).
+ Fixed bug #1038, which prints blank lines with bulk changes and when the
verbose attributes does not specify it. Lines do a better separation between
each changes also.