Skip to content

Commit

Permalink
update for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul M. Jones committed Oct 3, 2016
1 parent 3816811 commit c22ddf9
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
This release adds new validation and sanitizing rules:

- `lowerCase` for all-lower-case values
- `upperCase` for all-upper-case values
- `titleCase` for title-cased values
- `lowerCaseFirst` for values where the first character is lower-case
- `upperCaseFirst` for values where the first character is upper-case
- (ADD) Implement JsonSerializable in the Failure class
- (DOC) Update the documentation
- (FIX) Removed undefined but registered sanitizers from SanitizerLocator

0 comments on commit c22ddf9

Please sign in to comment.