From 59d8fb58e87034e6e65f1588fe65a052dd33172a Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Thu, 4 Feb 2016 14:07:00 -0600 Subject: [PATCH] Updated CHANGELOG for #45, #55, and #56 - Each of which have been merged to this patch. --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb2f803b2..6f3703bc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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