aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorVincent Prouillet2017-01-18 01:31:58 +0900
committerVincent Prouillet2017-01-18 01:31:58 +0900
commit087a56c6c68ade900cfb40de213d4977229b920f (patch)
tree81adf0b7d7a700799b2580145131129c98371eab /README.md
parent3de07e80ed2d961bc0b07d7971a04c590f0a8290 (diff)
downloadvalidator-087a56c6c68ade900cfb40de213d4977229b920f.tar.bz2
v0.3.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9749b98..45a30f1 100644
--- a/README.md
+++ b/README.md
@@ -169,6 +169,11 @@ if an error happened while validating the struct fields.
## Changelog
+### 0.3.0 (2017/01/17)
+
+- Add `contains` and `regex` validator
+- BREAKING: change `Errors` type to be a newtype in order to extend it
+
### 0.2.0 (2017/01/17)
- Remove need for `attr_literals` feature