summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorEli Bendersky <eliben@gmail.com>2014-01-25 06:15:43 -0800
committerEli Bendersky <eliben@gmail.com>2014-01-25 06:15:43 -0800
commite7c55cfb19f420e2407c8ffbffd6b335a5d370dc (patch)
tree85e73e8022bb4443a4ebbf9c3adb18cbfebb3498 /CHANGES
parent69246b78d556a5c66ebad0cf2dff15ec8a6b5f6d (diff)
downloadpycparser-e7c55cfb19f420e2407c8ffbffd6b335a5d370dc.tar.gz
Add support for arr[const 10] in function declarations too;
and move tests around.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 3cb8e79..6faa93a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
++ Version 2.11 (??)
+
+ -
+
+ Version 2.10 (03.08.2013)
- A number of improvements in the handling of typedef-name ambiguities,