aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index a2357ba..9330c6f 100644
--- a/README.md
+++ b/README.md
@@ -302,6 +302,10 @@ For example, the following attributes all work:
### validator
+#### 0.10.0 (2019/10/18)
+
+- Add `non_control_characters` validation
+
#### 0.9.0 (2019/05/xx)
- `ValidationErrors::errors` and `ValidationErrors::field_errors` now use `&self` instead of `self`
@@ -333,6 +337,12 @@ For example, the following attributes all work:
### validator_derive
+
+#### 0.10.0 (2019/10/18)
+
+- Update syn & quote
+- Move to edition 2018
+
#### 0.9.0 (2019/05/xx)
- Use literals in macros now that it's stable -> bumping minimum Rust version to 1.30