Release coccinelle-0.2.4rc5
[bpt/coccinelle.git] / changes.txt
index da9c337..1246320 100644 (file)
@@ -33,6 +33,8 @@
 - no transformation when using * with the option -no_show_diff
 - expanded +++ file name for match output
 - struct *^* and enum *^* metavariable types
+- allow an assignment to match a variable initialization, even if multiple
+  variables are declared at the same time.
 
 ** Bugfix:
 - detect used after metavariables in simple statement metavariable match
 - avoid adding an error message to standard output if ocamlfind is not
   found
 - struct/union/enum-typed metavariables with a metavariable type name
+- better management of whitespace between deleted lines.  Thanks to
+  Andriy Gapon for noticing the problem.
+- improved parsing recovery for badly parsed struct/enum typedefs
+- drop expanded tokens in sgrep output.  Thanks to Andriy Gapon for
+  noticing the problem.
+- constant strings have array type, not pointer type.  Thanks to Vasiliy
+  Kulikov for noticing the problem.
 
 * 0.2.3
 ** Language: