Performance

- Introduced a new filter optimization that recognizes filters with no 'OR', or
  'XOR' operators, includes IDs, but does not include UUIDs.  This combination
  means completed.data is not referenced.
This commit is contained in:
Paul Beckingham
2012-04-24 00:53:04 -04:00
parent 35122154ef
commit 139011e1ae
2 changed files with 33 additions and 2 deletions

View File

@@ -9,6 +9,9 @@ Features
+ Added the new 'indented' format for the 'project' attribute.
+ The 'projects' report now uses 'project.indented' format.
+ The 'summary' report now uses 'project.indented' format.
+ Introduced a new filter optimization that recognizes filters with no 'OR', or
'XOR' operators, includes IDs, but does not include UUIDs. This combination
means completed.data is not referenced.
Bugs
+ Fixed bug #964, where the 'projects' command showed the wrong priority labels