aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d3dab43..ae7a175 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,9 @@
++ Version 2.12 (21.04.2015)
+
+ - This is a fix release for 2.11; the memory optimization with __slots__ on
+ Coord and AST nodes didn't take weakrefs into account, which broke cffi and
+ its many dependents (iseue #76). Fixed by adding __weakref__ to __slots__.
+
+ Version 2.11 (21.04.2015)
- Add support for C99 6.5.3.7 p7 - qualifiers within array dimensions in