From 6ce2d3a5264fb337d9a8b5f365fc98387baafa8a Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Sat, 17 Mar 2018 21:11:45 +0100 Subject: Update changelog --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a7d57d5..f15c59a 100644 --- a/README.md +++ b/README.md @@ -181,8 +181,6 @@ Examples: #[validate(custom = "::utils::validate_something"] ``` -TODO: have it return a bool and pass a `code` to the `custom` validator instead? - ## Struct level validation Often, some error validation can only be applied when looking at the full struct, here's how it works here: @@ -239,6 +237,10 @@ For example, the following attributes all work: ### validator_derive +#### 0.6.2 (2018/03/17) + +- Update syn and quote + #### 0.6.1 (2017/11/08) - Add international phone number and credit card derive -- cgit v1.2.3