From 92825b854164a2a511d5bbc96edf1dc71f0cf69d Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Mon, 6 Nov 2017 16:47:15 -0600 Subject: [PATCH] Adds CHANGELOG entries for #40 and #44 Also removes empty 1.0.1 stub as it will not be used. --- CHANGELOG.md | 26 ++++++-------------------- 1 file changed, 6 insertions(+), 20 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d547e97..0966ea6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file, in reverse chronological order by release. -## 1.1.0 - TBD +## 1.1.0 - 2017-11-06 ### Added @@ -20,25 +20,11 @@ All notable changes to this project will be documented in this file, in reverse ### Fixed -- Nothing. - -## 1.0.1 - TBD - -### Added - -- Nothing. - -### Deprecated - -- Nothing. - -### Removed - -- Nothing. - -### Fixed - -- Nothing. +- [#40](https://github.com/zendframework/zend-component-installer/pull/40) and + [#44](https://github.com/zendframework/zend-component-installer/pull/44) fix + an issue whereby packages that define an array of paths for a PSR-0 or PSR-4 + autoloader would cause the installer to error. The installer now properly + handles these situations. ## 1.0.0 - 2017-04-25