aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorEli Bendersky <eliben@gmail.com>2015-04-21 17:37:54 -0700
committerEli Bendersky <eliben@gmail.com>2015-04-21 17:37:54 -0700
commitf1b2db2a64afbbc2397cc860d4088317113a8c5f (patch)
treedfcbebadc47289c633ce3c5bcde598fab3fae7c0 /CHANGES
parentdf48f15934ab0bf4a06d8f5c35711691796e07e8 (diff)
downloadpycparser-f1b2db2a64afbbc2397cc860d4088317113a8c5f.tar.gz
Release 2.12
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