Missing ChangeLog entries
authorMiguel de Icaza <miguel@gnome.org>
Wed, 19 Jan 2005 22:28:59 +0000 (22:28 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Wed, 19 Jan 2005 22:28:59 +0000 (22:28 -0000)
svn path=/trunk/mcs/; revision=39207

mcs/mcs/ChangeLog

index 4fc03cd8cc5810ff39c6e3e675fac5c0732b0610..b22afca422ec4e7563d3deeddabd65f502fa7336 100644 (file)
@@ -1,3 +1,12 @@
+2005-01-17  Miguel de Icaza  <miguel@ximian.com>
+
+       * convert.cs (ImplicitStandardConversionExists): Synchronize the
+       code with ImplicitStandardConversion to handle the implicit
+       conversion of method groups into valid delegate invocations. 
+
+       The problem is that in parameter handling we were using this code
+       path.  Fixes bug #64698
+
 2005-01-19  Raja R Harinath  <rharinath@novell.com>
 
        * cs-parser.jay: Fix several infelicities.