aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorVincent Prouillet2017-05-22 23:40:29 +0900
committerVincent Prouillet2017-05-22 23:40:29 +0900
commit69e35d6cc905b9d7a894af7e486237e376fae939 (patch)
treed55b2433bc89d6efae9bc9763be8d227aedb367a /README.md
parent1754cbf8f1c6ab8b82c6caf7a0fcc86834403bf8 (diff)
downloadvalidator-69e35d6cc905b9d7a894af7e486237e376fae939.tar.bz2
v0.5.0 of validator_derive
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 184e5e4..0e8e8a7 100644
--- a/README.md
+++ b/README.md
@@ -173,7 +173,13 @@ if an error happened while validating the struct fields.
## Changelog
+### 0.5.0 (2017/05/22) > validator_derive only
+
+- Fix range validator not working on Option
+- Update to serde 1.0
+
### 0.4.1 (2017/02/14) > validator_derive only
+
- Fix potential conflicts with other attributes
### 0.4.0 (2017/01/30)