aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md6
1 files 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