summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Bendersky <eliben@gmail.com>2016-10-11 20:59:50 -0700
committerEli Bendersky <eliben@gmail.com>2016-10-11 20:59:50 -0700
commit6ba9544f597f12cee554da10bd7b6bb6a9650ed3 (patch)
tree54eb09edfbe66e4db2ddeec6465739b4a2ccb9fa
parentdbf9be20e7cf252d3d8f5e98775a8e4dc23613a3 (diff)
downloadpycparser-6ba9544f597f12cee554da10bd7b6bb6a9650ed3.tar.gz
Update changes
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index c1f4e82..b3621f8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,6 +8,7 @@
- Testing with Python 3.5 instead of 3.3 now (3.4 and 3.5 are the 3.x versions
tested).
- PR #145: More complete support for offsetof()
+ - Issue #116: Fix line numbers recorded for empty and compound statements.
+ Version 2.14 (09.06.2015)