aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorVincent Prouillet2018-03-19 15:02:14 +0100
committerVincent Prouillet2018-03-19 15:02:14 +0100
commitf07c87b0e90f1d2ef8fe806160863ce179d133b7 (patch)
tree4677f7c2547c978f5eead8c9e2891461faf80332 /README.md
parentcd635464c3f3033ea64f53ac1f6cb38a7e8c41fd (diff)
downloadvalidator-f07c87b0e90f1d2ef8fe806160863ce179d133b7.tar.bz2
Fix path starting with ::
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index f15c59a..174cb38 100644
--- a/README.md
+++ b/README.md
@@ -237,6 +237,10 @@ For example, the following attributes all work:
### validator_derive
+#### 0.6.3 (2018/03/19)
+
+- Fix path for custom validators starting with `::`
+
#### 0.6.2 (2018/03/17)
- Update syn and quote