Mercurial > getan
diff CHANGES @ 512:9d8b31712380
Update TODO and CHANGES.
author | Magnus Schieder <mschieder@intevation.de> |
---|---|
date | Tue, 06 Nov 2018 13:19:06 +0100 |
parents | 648b9c1b5bb4 |
children | 7cf04ec84eb9 e30fef63f1ed |
line wrap: on
line diff
--- a/CHANGES Tue Nov 06 13:01:08 2018 +0100 +++ b/CHANGES Tue Nov 06 13:19:06 2018 +0100 @@ -1,5 +1,9 @@ 3.x 20xx-xx-xx UNRELEASED + * 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. + * The time of the currently running entry is cached every minute and after a program crash the entry has the description "-no description-". information can be found in /doc/old_issues.txt 20180806 Magnus Schieder