summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Bendersky <eliben@gmail.com>2015-05-10 06:31:39 -0700
committerEli Bendersky <eliben@gmail.com>2015-05-10 06:31:39 -0700
commitb85d561d0e88fea7e1b25e228f75966e65699f27 (patch)
treee6eb5af9ec95a21432388c789f0db03d75181e37
parenta71ec1b96ab26db78097b0192d68e3f4214dbfcf (diff)
downloadpycparser-b85d561d0e88fea7e1b25e228f75966e65699f27.tar.gz
Update CHANGES
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ae7a175..71f4ecf 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,8 @@
++ Version 2.13 (??)
+
+ - Adding support for offsetof()
+ - Adding faked va_* macros (these are expected to come from stdarg.h)
+
+ Version 2.12 (21.04.2015)
- This is a fix release for 2.11; the memory optimization with __slots__ on