Skip to content

Commit

Permalink
Updated CHANGELOG for zendframework#45, zendframework#55, and zendfra…
Browse files Browse the repository at this point in the history
…mework#56

- Each of which have been merged to this patch.
  • Loading branch information
weierophinney committed Feb 4, 2016
1 parent dbf3854 commit 59d8fb5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,17 @@ All notable changes to this project will be documented in this file, in reverse

### Removed

- Nothing.
- [#55](https://github.com/zendframework/zend-validator/pull/55) removes
obsolete code targeting PHP versions prior to 5.4.

### Fixed

- [#45](https://github.com/zendframework/zend-validator/pull/45) fixes aliases
mapping the deprecated `Float` and `Int` validators to their `Is*` counterparts.
- [#49](https://github.com/zendframework/zend-validator/pull/49) updates the
code to work with the upcoming zend-servicemanager v3.
- [#56](https://github.com/zendframework/zend-validator/pull/56) fixes the regex
in the `Ip` validator to escape `.` characters used as IP delimiters.

## 2.5.4 - TBD

Expand Down

0 comments on commit 59d8fb5

Please sign in to comment.