[FELIX-3757] Processed comments of fmeschbe:

- applied correct code formatting;
- when min/max values were defined for types other than integer, the validation
  failed (possibly with a class cast exception);
- some other small issues fixed regarding the validation of the different types;
- updated the changelog to include the set of changes.



git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1410279 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/metatype/changelog.txt b/metatype/changelog.txt
index af4d409..f6c26b9 100644
--- a/metatype/changelog.txt
+++ b/metatype/changelog.txt
@@ -1,3 +1,11 @@
+Changes from 1.0.6 to 1.0.8
+---------------------------
+
+** Bug
+    * [FELIX-3756] - Optional attributes validated invalid data as correct;
+    * [FELIX-3757] - If an AttributeDefinition did not specify a minimum, maximum or option values, it did not detect missing values;
+    * [FELIX-3758] - AttributeDefinition.validate() did not take non-zero cardinality into consideration.
+
 Changes from 1.0.4 to 1.0.6
 ---------------------------