[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.ServiceModel / Mono.CodeGeneration / ChangeLog
index c532c7067cf9f43c588735261697a5a5712ee335..4c6af3d0045a4ef55a13c347ad4b16ee301ac3ec 100755 (executable)
@@ -1,3 +1,21 @@
+2009-12-04  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * CodeModule.cs: Silverlight does not allow AssemblyBuilderAccess.
+       RunAndSave so we reduce it to AssemblyBuilderAccess.Run
+       [Foreport r144715]
+
+2009-04-08  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * CodeWriter.cs : move into namespace.
+
+2009-02-19  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * CodeTryBlock.cs : new statement support.
+
+2009-02-19  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * CodeCast.cs : fix PrintCode() for no-conversion case.
+
 2009-01-19  Atsushi Enomoto  <atsushi@ximian.com>
 
        * CodeLiteral.cs : use Convert.ChangeType() override that is