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/mbas/ChangeLog')
-rw-r--r--mcs/mbas/ChangeLog10
1 files changed, 0 insertions, 10 deletions
diff --git a/mcs/mbas/ChangeLog b/mcs/mbas/ChangeLog
index db23178216d..67f23c98e95 100644
--- a/mcs/mbas/ChangeLog
+++ b/mcs/mbas/ChangeLog
@@ -1,13 +1,3 @@
-2006-02-21 Jelmer Vernooij <jelmer@samba.org>
- * Test/tests/statements/AssignmentStatementsJ.vb: Add test that
- demonstrates bug in incremental property assignment.
-
-2006-01-23 Jelmer Vernooij <jelmer@samba.org>
- * Test/tests/typemembers/EventP.vb: Add tests that check for
- more complex constructions in AddHandler / RemoveHandler.
- * Test/tests/typemembers/EventO.vb: Test for parsing a WITHEVENTS
- variable declaration after it is being used in a 'Handles ...' clause.
-
2005-12-21 Maverson Eduardo Schulze Rosa <maverson@gmail.com>
* ecore.cs, cfold.cs: Changed for reflecting correct Error Number/Message with
Implict Convertions when Option Strict is On.