aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorVincent Prouillet2019-10-17 23:02:51 +0200
committerVincent Prouillet2019-10-17 23:02:51 +0200
commit52cd62998b8f45be56512ce1d89aef8bf1a9f670 (patch)
tree7469738d72627423c5b99df7dfae099951f4d322 /README.md
parentf57048e58c59317ec18a37a86e7fd848670fff85 (diff)
downloadvalidator-52cd62998b8f45be56512ce1d89aef8bf1a9f670.tar.bz2
Fix bug + cargo fmt
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