- Modified ':' to perform partial matches, which means dates now match
  on same day.
This commit is contained in:
Paul Beckingham 2014-10-01 18:31:50 -04:00
parent 47cfe515e6
commit 5c485f6c53
3 changed files with 9 additions and 7 deletions

View file

@ -201,6 +201,9 @@
- File format 3 (used in version 1.6.0 - 1.7.1) is no longer supported.
- If the 'taskd.trust' setting contains a bad value, the 'diag' command will
indicate this, and the 'sync' command will error out.
- The filter form 'name:value' now maps to the partial match operator '=',
rather than the exact match operator, '=='. This means that dates now
match on the day by default, not the time also.
------ current release ---------------------------