aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorVincent Prouillet2017-01-17 17:35:22 +0900
committerVincent Prouillet2017-01-17 17:35:22 +0900
commitf77863f11ddb358ac8a45a1d7896967e11df1713 (patch)
tree205bd7f1f82ecfad36ce9599b838c95522185845 /README.md
parent76bf48f925bbddfc3bbd32eaea0d2e87b0ab07aa (diff)
downloadvalidator-f77863f11ddb358ac8a45a1d7896967e11df1713.tar.bz2
Add changelog
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 95e4606..97177f3 100644
--- a/README.md
+++ b/README.md
@@ -149,3 +149,10 @@ The `skip_on_field_errors` defaults to `true` if not present and will ensure tha
if an error happened while validating the struct fields.
+## Changelog
+
+### 0.2.0 (2017/01/17)
+
+- Remove need for `attr_literals` feature
+- Fix error when not having validation on each field
+- Add struct level validation