Change the way how using declarators statements are generated to handle await in...
[mono.git] / mcs / mcs / ChangeLog
index 7950961e54c43aeb6093d999537d00b946b9eae7..bb0089306539349ccfea3105af58ca74ffbfc0ee 100644 (file)
@@ -1,3 +1,19 @@
+2010-07-28  Marek Safar  <marek.safar@gmail.com>
+
+       * anonymous.cs, assign.cs, attribute.cs, decl.cs, delegate.cs,
+       doc.cs, dynamic.cs, ecore.cs, expression.cs, generic.cs, import.cs,
+       iterators.cs, linq.cs, membercache.cs, method.cs, report.cs,
+       statement.cs, typemanager.cs: Major name lookup fixes to deal with
+       C# 3.0 invocable members, correctly handle accessibility hidding and
+       property-like different get/set base accessors.
+       
+       Also fixes bugs #624870, #618522, #616068, #444180, #333891
+
+2010-07-14  Marek Safar  <marek.safar@gmail.com>
+
+       * namespace.cs, import.cs: When importing nested type via type
+       arguments set their parent type correctly (Fixes #622051).
+
 2010-07-14  Marek Safar  <marek.safar@gmail.com>
 
        A fix for bug #622104