aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Bendersky <eliben@gmail.com>2018-09-20 05:11:49 -0700
committerEli Bendersky <eliben@gmail.com>2018-09-20 05:11:49 -0700
commit760b6aebef453bd39cf73805b48a567173b641de (patch)
treea7e94547c41ec99fedabd83e35064415d6d864d6
parentcaa4c11ebb99ed5cf854dc6342b5352d5ff52686 (diff)
downloadpycparser-760b6aebef453bd39cf73805b48a567173b641de.tar.gz
Mention 2.6 incompatibility in CHANGES
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 711c263..e17acb4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,9 @@
- PR #254: Add support for parsing empty structs
- PR #240: Fix enum formatting in generated C code (also #216)
- PR #222: Add support for #pragma in struct declarations
+ - There are reports that this release doesn't work with Python 2.6 (#281).
+ Please note that the minimal supported version is 2.7; the required versions
+ are listed in the README file.
+ Version 2.18 (2017.07.04)