comparison CHANGES.txt @ 5515:cd0ceb2afdb8

fixed issue2550993 and added test case
author Christof Meerwald <cmeerw@cmeerw.org>
date Sun, 19 Aug 2018 15:11:05 +0100
parents bfe8e52af1e7
children 91391a366d92
comparison
equal deleted inserted replaced
5514:ff5e3e7d216c 5515:cd0ceb2afdb8
30 - issue2550811: work around Unicode encoding issues in jinja2 template 30 - issue2550811: work around Unicode encoding issues in jinja2 template
31 by explicitly converting data to Unicode; also fixed pagination and 31 by explicitly converting data to Unicode; also fixed pagination and
32 selecting columns to display in the issues list (Christof Meerwald) 32 selecting columns to display in the issues list (Christof Meerwald)
33 - issue2550988: fixed fallback to pseudo random number generator in 33 - issue2550988: fixed fallback to pseudo random number generator in
34 case SystemRandom isn't available, prefer use of secrets module if 34 case SystemRandom isn't available, prefer use of secrets module if
35 available (Python 3.6+) 35 available (Python 3.6+) (Christof Meerwald)
36 - issue2550993: fixed edit CSV action to update restored items to the
37 new value instead of restoring with the previous value (Christof
38 Meerwald)
36 39
37 40
38 2018-07-13 1.6.0 41 2018-07-13 1.6.0
39 42
40 Features: 43 Features:

Roundup Issue Tracker: http://roundup-tracker.org/