commit | 3b1b08d0cbec82441bd0de6d3dafb6e64540263d | [log] [tgz] |
---|---|---|
author | Eli Bendersky <eliben@gmail.com> | Fri Jun 15 12:37:54 2012 +0300 |
committer | Eli Bendersky <eliben@gmail.com> | Fri Jun 15 12:37:54 2012 +0300 |
tree | 4e354b6f50baa76e93f2edac079a6ca624cd54a4 | |
parent | 203b967867976e2d385fcb9d5bd25f83e1f53ba2 [diff] [blame] |
Issue 57: support for C99 hexadecimal float constants
diff --git a/CHANGES b/CHANGES index 5e525eb..bebbf0e 100644 --- a/CHANGES +++ b/CHANGES
@@ -3,6 +3,7 @@ - Issue 54: added an optional parser argument to parse_file - Issue 59: added some more fake headers for C99 - Issue 62: correct coord for Ellipsis nodes + - Issue 57: support for C99 hexadecimal float constants - Made running tests that call on 'cpp' a bit more robust. + Version 2.06 (04.02.2012)