Add a third AOT location, alongside ~/.mono/aot-cache and the assembly dir
[mono.git] / mcs / class / System.ComponentModel.DataAnnotations / System.ComponentModel.DataAnnotations / ChangeLog
index 3bc4ea696760b9d94e8b0630518c804978831aff..1bfd423525f733c697caacc0456674c567e89935 100644 (file)
@@ -1,3 +1,21 @@
+2010-05-26  Marek Habersack  <mhabersack@novell.com>
+
+       * ValidationAttribute.cs: cope with null/empty ErrorMessageString
+       in FormatErrorMessage
+
+2010-05-12  Marek Habersack  <mhabersack@novell.com>
+
+       * ValidationException.cs: partially implemented
+
+       * ValidationAttribute.cs: implemented
+
+       * RequiredAttribute.cs: implemented. Fixes bug #604100
+
+       * AssociationAttribute.cs, ConcurrencyCheckAttribute.cs,
+       CustomValidationAttribute.cs, EditableAttribute.cs,
+       EnumDataTypeAttribute.cs, IValidatableObject.cs,
+       ValidationContext.cs, ValidationResult.cs: added
+
 2009-09-15  Marek Habersack  <mhabersack@novell.com>
 
        * DataTypeAttribute.cs: implemented GetDataTypeName