Issue #79: fix C generation of switch/case AST nodes
diff --git a/CHANGES b/CHANGES
index 5fe9baf..92ab1e0 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,7 @@
- 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.
+ - Issue #79: fix generation of new switch/case AST nodes.
- Issue #83: fix parsing and C generation to distinguish between initializer
lists in declarations and initializing variables with parenthesized
comma-separated expressions.