- Fixed bug #839, which caused problems when recurrence frequencies of '1m'
  were used.  This is an obsolete form, and should now be '1mo' (thanks to
  Gour D).
This commit is contained in:
Paul Beckingham
2011-09-21 00:32:13 -04:00
parent e478f6626b
commit d3c6ddb87f
4 changed files with 11 additions and 1 deletions

View File

@@ -187,6 +187,9 @@
Owen Clarke).
+ Fixed bug #831, which prevented some date fields from being properly parsed.
+ Fixed bug #835, which prevented hierarchical projects from being recognized.
+ Fixed bug #839, which caused problems when recurrence frequencies of '1m'
were used. This is an obsolete form, and should now be '1mo' (thanks to
Gour D).
# Untracked Bugs, biggest first.
+ Fixed bug that required the '%YAML' prologue in a YAML import.