Mercurial > getan
comparison CHANGES @ 529:9d27713164c9
update CHANGES
author | Magnus Schieder <mschieder@intevation.de> |
---|---|
date | Tue, 04 Jun 2019 12:04:14 +0200 |
parents | dbefc648ad71 |
children | 47c17df47500 |
comparison
equal
deleted
inserted
replaced
528:210bd796829e | 529:9d27713164c9 |
---|---|
1 20xx-xx-xx UNRELEASED | |
2 | |
3 * When describing entries, you can now use the arrow keys to select and edit | |
4 old descriptions. | |
5 With the arrow keys you can move through an array with the old descriptions | |
6 of the project which is then displayed in edit_text and can be edited. | |
7 | |
1 3.2 2018-11-30 | 8 3.2 2018-11-30 |
2 | 9 |
3 * Fix human_time() to output one hour instead of 60 minutes. This defect was | 10 * Fix human_time() to output one hour instead of 60 minutes. This defect was |
4 introduced when porting from Python2 to Python3, because the calculation | 11 introduced when porting from Python2 to Python3, because the calculation |
5 had implicitly changed from integers to floating point. | 12 had implicitly changed from integers to floating point. |