Commit 6950d08e authored by Tres Seaver's avatar Tres Seaver

Changelog for WSGI fix.

parent 1a36e9fb
......@@ -11,6 +11,12 @@ Trunk (unreleased)
Restructuring
+++++++++++++
- Completely refactored ``ZPublisher.WSGIResponse`` in order to provide
non-broken support for running Zope under arbitrary WSGI servers. In this
(alternate) scenario, transaction handling, request retry, error handling,
etc. are removed from the publisher, and become the responsibility of
middleware.
- Drop the dependency on the ThreadLock distribution, by using Python's thread
module instead.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment