From ffb036ccfdcdd7f2a3a2bf55fa3d38f6dbbcc065 Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Tue, 7 Jun 2016 16:08:25 -0500 Subject: [PATCH] Added CHANGELOG for #47 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 906607a4..a48367ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,9 @@ All notable changes to this project will be documented in this file, in reverse provided, but validate based on the uppercased country value. This ensures the same validation behavior, and prevents the value from being transformed, potentially breaking later retrieval. +- [#47](https://github.com/zendframework/zend-i18n/pull/47) provides a + performance improvement to the `Zend\I18n\View\HelperConfig` implementation + when operating under zend-servicemanager v3. ## 2.7.2 - 2016-04-18