aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorVincent Prouillet2017-02-14 12:24:59 +0900
committerVincent Prouillet2017-02-14 12:24:59 +0900
commitf42c43bb856484fe20df79c98fd72b5aa532e42e (patch)
tree057ffdcadb805fa0d20fcd3d9f974b4676c9ea9f /README.md
parentaa2218190f7d0c0346944c10fb54a80641fdd41b (diff)
downloadvalidator-f42c43bb856484fe20df79c98fd72b5aa532e42e.tar.bz2
validator_derive 0.4.1
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index aca88a9..184e5e4 100644
--- a/README.md
+++ b/README.md
@@ -173,6 +173,9 @@ if an error happened while validating the struct fields.
## Changelog
+### 0.4.1 (2017/02/14) > validator_derive only
+- Fix potential conflicts with other attributes
+
### 0.4.0 (2017/01/30)
- Validators now work on `Option` field and struct/fields with lifetimes