- Fixed bug where '6 months' was interpreted as 180 days, but when rendered
  was shown as '5 months' (thanks to Aikido Guy).
- Multiple unit test corrections.
This commit is contained in:
Paul Beckingham 2012-04-04 18:42:11 -04:00
parent d4cc4c5745
commit 2203d3364d
3 changed files with 56 additions and 54 deletions

View file

@ -14,6 +14,8 @@ Bugs
+ Removed default configuration value for the obsolete 'annotations' setting.
+ Corrected rounding errors on burndown chart bar size calculations (thanks to
Uli Martens).
+ Fixed bug where '6 months' was interpreted as 180 days, but when rendered
was shown as '5 months' (thanks to Aikido Guy).
------ old releases ------------------------------