aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorEli Bendersky <eliben@gmail.com>2016-10-18 06:14:24 -0700
committerEli Bendersky <eliben@gmail.com>2016-10-18 06:14:24 -0700
commit9e9855b3254a8e234ac8f793154d600905b90a55 (patch)
tree99fa93ea8a59a96d8260ca0533c188f24a5cabf3 /CHANGES
parent6ba9544f597f12cee554da10bd7b6bb6a9650ed3 (diff)
downloadpycparser-9e9855b3254a8e234ac8f793154d600905b90a55.tar.gz
Prepare for releasing v2.15
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index b3621f8..1e4eca4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,4 @@
-+ Version 2.15 (??.2016)
++ Version 2.15 (18.10.2016)
- PR #121: Update bundled PLY version to 3.8
- Issue #117: Fix parsing of extra semi-colons inside structure declarations.
@@ -9,6 +9,7 @@
tested).
- PR #145: More complete support for offsetof()
- Issue #116: Fix line numbers recorded for empty and compound statements.
+ - Minor performance improvement to the invalid string literal regex.
+ Version 2.14 (09.06.2015)