Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/PresentationFramework/ChangeLog')
-rw-r--r--mcs/class/PresentationFramework/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/mcs/class/PresentationFramework/ChangeLog b/mcs/class/PresentationFramework/ChangeLog
index f7e2da8cb5c..a718caf9fdd 100644
--- a/mcs/class/PresentationFramework/ChangeLog
+++ b/mcs/class/PresentationFramework/ChangeLog
@@ -1,3 +1,14 @@
+2005-07-24 Iain McCoy <iain@mccoy.id.au>
+
+ * Test/XamlParser.cs,
+ Mono.Windows.Serialization/XamlParser.cs: added a test for
+ inappropriate usage of the Class attribute and fixed bug revealed by
+ the test
+ * Test/ObjectWriter.cs,
+ PresentationFramework_test.dll.sources: added tests for object
+ builder (based on tests for code generator)
+
+
2005-07-23 Iain McCoy <iain@mccoy.id.au>
* Test/XamlParser.cs: added test for events and delegates as property