aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorEli Bendersky <eliben@gmail.com>2012-12-25 14:07:57 -0800
committerEli Bendersky <eliben@gmail.com>2012-12-25 14:07:57 -0800
commit4476d099d78c0288c8aaf907f236ab94e418bd44 (patch)
tree2da7cfbb1e1905229db0275560cd361e12b623ae /CHANGES
parent91525abfed039ab78182d573d47415c1871c55a5 (diff)
downloadpycparser-4476d099d78c0288c8aaf907f236ab94e418bd44.tar.gz
Issue #84: fix C generation for some statements
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 353f5f2..6cad334 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,7 +7,9 @@
- pycparser now carries its PLY dependency along. The pycparser/ply directory
contains the source of PLY for the currently supported version. This makes
distribution and testing easier.
+ - Issue #84: fix C generation for some statements.
- Issues #86 and #87: improve location reporting for parse errors.
+ - Issue #89: fix C generation for K&R-style function definitions.
+ Version 2.08 (10.08.2012)