summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorEli Bendersky <eliben@gmail.com>2012-12-25 06:21:08 -0800
committerEli Bendersky <eliben@gmail.com>2012-12-25 06:21:08 -0800
commit645e260062b7573bb5485ed421af1c36ef4723ff (patch)
tree33cd33c2444ce73c7aecec5bf4941c15542a5365 /CHANGES
parente8b7eb6a2919233c20d7e9bdb8e2f5d4b4a55201 (diff)
downloadpycparser-645e260062b7573bb5485ed421af1c36ef4723ff.tar.gz
Issue #86: fix token column computation
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 866e76a..d9bb343 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,9 +1,13 @@
+ Version 2.09 (??)
+ - The pycparser project has moved to Bitbucket. For this version, issue
+ numbers still refer to the old Googlecode project, unless stated otherwise.
+ Starting with the next version all issue numbers will refer to the new
+ Bitbucket project.
- 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.
- - The pycparser project has moved to Bitbucket.
+ - Issue #87: improve location reporting for parse errors.
+ Version 2.08 (10.08.2012)