From ad6a7c3ff3c85f98ceee85c9185e26e6a499a11a Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Tue, 11 Apr 2017 14:15:59 -0500 Subject: [PATCH] Added CHANGELOG for #38 --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17b0aa2..7289d56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,28 @@ All notable changes to this project will be documented in this file, in reverse chronological order by release. +## 0.7.1 - 2017-04-11 + +### Added + +- Nothing. + +### Deprecated + +- Nothing. + +### Removed + +- Nothing. + +### Fixed + +- [#38](https://github.com/zendframework/zend-component-installer/pull/38) fixes + an issue with detection of config providers in `ConfigAggregator`-based + configuration files. Previously, entries that were globally qualified + (prefixed with `\\`) were not properly detected, leading to the installer + re-asking to inject. + ## 0.7.0 - 2017-02-22 ### Added