diff options
| author | Vincent Prouillet | 2019-05-01 20:43:37 +0200 | 
|---|---|---|
| committer | Vincent Prouillet | 2019-05-01 20:43:39 +0200 | 
| commit | f33a34c6ed2d76ce6569a6bc40517ce9a69271d3 (patch) | |
| tree | add0744b86f2e3b705d66c64695f3c5e1177db3f /README.md | |
| parent | 4b9fe3939b106c151bff11e490a41212559f9a4a (diff) | |
| download | validator-f33a34c6ed2d76ce6569a6bc40517ce9a69271d3.tar.bz2 | |
Do not consume self when getting errors
Close #65
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 | 
1 files changed, 4 insertions, 0 deletions
| @@ -298,6 +298,10 @@ For example, the following attributes all work:  ### validator +#### 0.9.0 (2019/05/01) + +- `ValidationErrors::errors` and `ValidationErrors::field_errors` now use `&self` instead of `self` +  #### 0.8.0 (2018/09/19)  - Change error type to allow use with nested validation | 
