aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorEli Bendersky <eliben@gmail.com>2015-04-18 07:03:40 -0700
committerEli Bendersky <eliben@gmail.com>2015-04-18 07:03:40 -0700
commit0874412e612cb327c1452afc8375aed7a18c7531 (patch)
tree9b4759aa38ccb5be81a1b2ebf94af6cdf0dfd7b4 /CHANGES
parent00de62cdc817fd1b92dd5d3e38d2a248a1613507 (diff)
downloadpycparser-0874412e612cb327c1452afc8375aed7a18c7531.tar.gz
Update CHANGES
Also add some test code for heapy-based profiling
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 9d9d62c..15478f8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -9,6 +9,7 @@
be used instead of ``cpp`` for preprocessing.
- Pull request #64: support keywords like const, volatile, restrict and static
in dimensions in array declarations.
+ - Reduce memory usage of AST nodes (issue #72).
+ Version 2.10 (03.08.2013)