summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Bendersky <eliben@gmail.com>2016-10-28 19:51:36 -0700
committerEli Bendersky <eliben@gmail.com>2016-10-28 19:51:36 -0700
commit2b96ddfd27ec2a9ef84c896600a05397f4bf1c0b (patch)
tree2d6e676d2dd32eda246a7df0ccd833f102418d3e
parent37648df89ff4eda255120314ad2be73d5536625a (diff)
parent05c278231adbfa770a336fbdd4030fd12241d412 (diff)
downloadpycparser-try-release-2.17.tar.gz
Merge branch 'master' of github.com:eliben/pycparser into try-release-2.17release_v2.17try-release-2.17
Conflicts: TODO.txt
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index e9d293e..5b0d113 100644
--- a/CHANGES
+++ b/CHANGES
@@ -42,7 +42,7 @@
- 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__.
+ its many dependents (issue #76). Fixed by adding __weakref__ to __slots__.
+ Version 2.11 (21.04.2015)