aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Prouillet2017-08-28 11:39:51 +0900
committerGitHub2017-08-28 11:39:51 +0900
commit4d7138e040cd5faaf84448a75b64f3ff0e4673e5 (patch)
tree5ba46e65e254c77c6ccff10a35b063f805eaa53c
parent52898be5af95e1d517c379c4df3581bee01a201a (diff)
parent4ae4fb2117f5cd54ac268ea9718aaa56cfa7a14f (diff)
downloadvalidator-4d7138e040cd5faaf84448a75b64f3ff0e4673e5.tar.bz2
Merge pull request #30 from tomhoule/date-typo
Fix a small typo in changelog dates
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 28c49fa..3a8aa0c 100644
--- a/README.md
+++ b/README.md
@@ -207,13 +207,13 @@ For example, the following attributes all work:
### validator
-#### 0.6.0 (2017/09/12)
+#### 0.6.0 (2017/08/12)
- Re-design `ValidationError` and `Validate` trait
### validator_derive
-#### 0.6.0 (2017/09/12)
+#### 0.6.0 (2017/08/12)
- Change generated code to make the new design of errors work