diff --git a/CHANGELOG.md b/CHANGELOG.md index 49e0d79..91d7696 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,26 @@ All notable changes to this project will be documented in this file, in reverse chronological order by release. +## 1.1.0 - 2017-02-16 + +### Added + +- [#2](https://github.com/zfcampus/zf-composer-autoloading/pull/2) adds the + flags `-p`/`--modules-path`, allowing the user to specify the directory + holding the module/source tree for which autoloading will be provided. + +### Deprecated + +- Nothing. + +### Removed + +- Nothing. + +### Fixed + +- Nothing. + ## 1.0.0 - 2016-08-12 Initial release.