Mercurial > getan
diff CHANGES @ 518:dbefc648ad71 3.2
Merge
author | Magnus Schieder <mschieder@intevation.de> |
---|---|
date | Fri, 30 Nov 2018 12:56:42 +0100 |
parents | e30fef63f1ed 7cf04ec84eb9 |
children | 9d27713164c9 |
line wrap: on
line diff
--- a/CHANGES Fri Nov 30 12:51:34 2018 +0100 +++ b/CHANGES Fri Nov 30 12:56:42 2018 +0100 @@ -1,8 +1,9 @@ 3.2 2018-11-30 - * The human_time function calculates up to 59 minutes, not 60. - A mistake in porting from Python2 to Python3 made minutes and hours to float. - They are now integers again. + * Fix human_time() to output one hour instead of 60 minutes. This defect was + introduced when porting from Python2 to Python3, because the calculation + had implicitly changed from integers to floating point. + (Magnus Schieder) * The time of the currently running entry is cached every minute and after a program crash the entry has the description "-no description-".