Update changelog

This commit is contained in:
Henrique Moody 2015-10-19 11:48:15 -02:00
parent e44b93f055
commit 6b85855311

View file

@ -50,9 +50,6 @@ All notable changes of the Respect\Validation releases are documented in this fi
- On exceptions, do not display parent message then rule has only one child (#407)
- On exceptions, improve `Object` conversion to string (#399)
- On exceptions, improve conversion of all values by using JSON (#399)
- Remove `addOr()` shortcut (#444)
- Remove `not()` shortcut (#444)
- Remove identical checking from "Equals" rule (#442)
- Rename rule "Arr" to "ArrayVal"
- Rename rule "Bool" to "BoolType" (#426)
- Rename rule "False" to "FalseVal" (#426)
@ -66,6 +63,10 @@ All notable changes of the Respect\Validation releases are documented in this fi
### Removed
- Drop support for PHP 5.3 (#466)
- Remove `addOr()` shortcut (#444)
- Remove `not()` shortcut (#444)
- Remove identical checking from "Equals" rule (#442)
- Removed Deprecated Rules (#277)
- Validation rules do not accept an empty string by default (#422)