Issue #83: Distinguish initializer lists from expression lists
diff --git a/CHANGES b/CHANGES
index 6cad334..5fe9baf 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,9 @@
   - 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 #83: fix parsing and C generation to distinguish between initializer
+    lists in declarations and initializing variables with parenthesized
+    comma-separated expressions.
   - Issue #84: fix C generation for some statements.
   - Issues #86 and #87: improve location reporting for parse errors.
   - Issue #89: fix C generation for K&R-style function definitions.