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 4cbe157ab3773c2bd1d8dfcf9984dfac6974cd1d..1bfd423525f733c697caacc0456674c567e89935 100644 (file)
@@ -1,3 +1,25 @@
+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
+
 2009-06-23  Marek Habersack  <mhabersack@novell.com>
 
        * ValidationAttribute.cs: error message must not ever be empty.