- The duration 'm' is now interpreted as 'months', not 'minutes'.
This commit is contained in:
Paul Beckingham 2011-06-30 18:35:54 -04:00
parent 829a26d70b
commit fd484ee264
3 changed files with 11 additions and 6 deletions

View file

@ -36,6 +36,7 @@
+ The default export format is now JSON.
+ The configuration variable 'json.array' determines whether 'query' command
output is enclosed by '[...]'.
+ The duration 'm' is now interpreted as 'months', not 'minutes'.
# Tracked Features, sorted by ID.
+ Added feature #278, which provides a more consistent command line grammar.