changeset 6085:7c8d3bd0deb6

added change log entries for WSGI improvements and issue 2551019 rework
author Christof Meerwald <cmeerw@cmeerw.org>
date Mon, 10 Feb 2020 21:58:40 +0000
parents 3cba8949bfe0
children c172bd18fa94
files CHANGES.txt
diffstat 1 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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
 

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