summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSergey Shepelev <temotor@gmail.com>2018-05-06 16:40:25 +0300
committerSergey Shepelev <temotor@gmail.com>2018-05-06 16:40:25 +0300
commitb40e18db826c9c828382dc2a0ca4f4013d8aae5a (patch)
tree9047a4adb4c83d5f36b49761236faa0d1c4c1e0d /NEWS
parent1d6d8924a9da6a0cb839b81e785f99b6ac219a0e (diff)
downloadeventlet-b40e18db826c9c828382dc2a0ca4f4013d8aae5a.tar.gz
v0.23.0 releasev0.23.0
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ba445d4..9546374 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+0.23.0
+======
+* green.threading: current_thread() did not see new monkey-patched threads; Thanks to Jake Tesler
+* tpool: exception in tpool-ed call leaked memory via backtrace
+* wsgi: latin-1 encoding dance for environ[PATH_INFO]
+
0.22.1
======
* Fixed issue installing excess enum34 on Python3.4+ (rebuild with updated setuptools)