aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorEli Bendersky <eliben@gmail.com>2017-01-28 07:08:43 -0800
committerEli Bendersky <eliben@gmail.com>2017-01-28 07:08:43 -0800
commitdfeac9e1c7da0dc5260bd39b775ff889f749f1d0 (patch)
treea0a8402fe5e012b6beefe62317cb7ef666aa2655 /CHANGES
parent8e7d9555e7206b99f3802f89972cded9a0e254bb (diff)
downloadpycparser-dfeac9e1c7da0dc5260bd39b775ff889f749f1d0.tar.gz
Updated CHANGES with some recent changes since 2.17 was released
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 5b0d113..da87491 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,10 @@
++ Version 2.18 (??)
+
+ - PR #161: Update bundled PLY version to 3.9
+ - PR #159: Add argument to CParser.__init__ for overriding the yacc start
+ symbol.
+ - PR #158: Add support for the __int128 type.
+
+ Version 2.17 (29.10.2016)
- Again functionality identical to 2.15 and 2.16; the difference is that the