Skip to content

Commit 98803b2

Browse files
committed
updated changelog for random number rework
1 parent 69f9f63 commit 98803b2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGES.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ Fixed:
2626
- issue2550811: work around Unicode encoding issues in jinja2 template
2727
by explicitly converting data to Unicode; also fixed pagination and
2828
selecting columns to display in the issues list (Christof Meerwald)
29+
- issue2550988: fixed fallback to pseudo random number generator in
30+
case SystemRandom isn't available, prefer use of secrets module if
31+
available (Python 3.6+)
2932

3033

3134
2018-07-13 1.6.0

0 commit comments

Comments
 (0)