# HG changeset patch # User Christof Meerwald # Date 1581371920 0 # Node ID 7c8d3bd0deb6716c903b8048d9156609dfa37194 # Parent 3cba8949bfe0bca08c19f68e7b7d35061ff19b43 added change log entries for WSGI improvements and issue 2551019 rework diff -r 3cba8949bfe0 -r 7c8d3bd0deb6 CHANGES.txt --- a/CHANGES.txt Sat Feb 08 09:56:04 2020 +0000 +++ b/CHANGES.txt Mon Feb 10 21:58:40 2020 +0000 @@ -49,7 +49,10 @@ follow the Kerberos convention of using an uppercase realm. In addition this is compatible with Active Directory which stores the username with realm as UserPrincipalName in lowercase. - +- Cleaned up the WSGI interface implementation by separating the + request handler from the request displatcher. Also allow + customisation of tracker instance creation via an overridable + "get_tracker" context manager. Fixed: @@ -90,6 +93,8 @@ - Cleanup code by security linting using bandit. (John Rouillard) - issue2550912 - fixed missing query string in __came_from for jinja2 template. (Christof Meerwald) +- issue2551019 - handle character set conversions for CSV export + action in Python 3. (Christof Meerwald) 2019-10-23 2.0.0 alpha 0