Mercurial > p > roundup > code
diff CHANGES.txt @ 5479:56d30f09f205
address Unicode encoding issues in jinja2 template
issue2550811
| author | Christof Meerwald <cmeerw@cmeerw.org> |
|---|---|
| date | Tue, 31 Jul 2018 21:48:37 +0100 |
| parents | f3fce29eec78 |
| children | e8f6a1df73e3 |
line wrap: on
line diff
--- a/CHANGES.txt Sun Jul 29 15:52:15 2018 +0100 +++ b/CHANGES.txt Tue Jul 31 21:48:37 2018 +0100 @@ -11,6 +11,15 @@ v2.7.2 is required to run newer releases of Roundup. +2018-??-?? ?.?.0 + +Fixed: + +- issue2550811: work around Unicode encoding issues in jinja2 template + by explicitly converting data to Unicode; also fixed pagination and + selecting columns to display in the issues list (Christof Meerwald) + + 2018-07-13 1.6.0 Features:
