Performance

- Sped up task sorting by skipping re-interpretation of certain data types.
This commit is contained in:
Paul Beckingham 2012-04-24 23:28:42 -04:00
parent e16b33745e
commit 8cbacdacf7
2 changed files with 17 additions and 21 deletions

View file

@ -12,6 +12,7 @@ Features
+ 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.
+ Sped up task sorting by skipping re-interpretation of certain data types.
Bugs
+ Fixed bug #964, where the 'projects' command showed the wrong priority labels