summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ef191fd..b579367 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+0.4.5
+=====
+- Fixed several bugs in greenlet C API
+- Fixed a bug in multi-threaded applications, which manifested itself
+ with spurious "cannot switch to a different thread" exceptions
+- Fixed some crashes on arm and mips architectures
+
0.4.4
=====
- Fixed PyGreenlet_SetParent signature, thanks to BoonsNaibot