Skip to content

Commit 302c867

Browse files
committed
added change log entries for WSGI improvements and issue 2551019 rework
1 parent 168a6d4 commit 302c867

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGES.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,10 @@ Features:
4949
follow the Kerberos convention of using an uppercase realm. In
5050
addition this is compatible with Active Directory which stores the
5151
username with realm as UserPrincipalName in lowercase.
52-
52+
- Cleaned up the WSGI interface implementation by separating the
53+
request handler from the request displatcher. Also allow
54+
customisation of tracker instance creation via an overridable
55+
"get_tracker" context manager.
5356

5457
Fixed:
5558

@@ -90,6 +93,8 @@ Fixed:
9093
- Cleanup code by security linting using bandit. (John Rouillard)
9194
- issue2550912 - fixed missing query string in __came_from for jinja2
9295
template. (Christof Meerwald)
96+
- issue2551019 - handle character set conversions for CSV export
97+
action in Python 3. (Christof Meerwald)
9398

9499
2019-10-23 2.0.0 alpha 0
95100

0 commit comments

Comments
 (0)