File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff 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
5457Fixed:
5558
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
94992019-10-23 2.0.0 alpha 0
95100
You can’t perform that action at this time.
0 commit comments