Skip to content

Commit c443812

Browse files
committed
Added CHANGELOG for 1.2.0 and #45
1 parent c5e10ff commit c443812

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file, in reverse chronological order by release.
4+
5+
## 1.2.0 - TBD
6+
7+
### Added
8+
9+
- [#45](https://github.com/zfcampus/zf-api-problem/pull/45) adds support for PHP 7.
10+
- [#45](https://github.com/zfcampus/zf-api-problem/pull/45) adds support for
11+
version 3 components of Zend Framework.
12+
13+
### Deprecated
14+
15+
- Nothing.
16+
17+
### Removed
18+
19+
- [#45](https://github.com/zfcampus/zf-api-problem/pull/45) removes support for
20+
PHP 5.6.
21+
- [#45](https://github.com/zfcampus/zf-api-problem/pull/45) removes the
22+
`Module::getAutoloaderConfig()` implementation, as it was redundant in
23+
composer-based applications.
24+
25+
### Fixed
26+
27+
- [#45](https://github.com/zfcampus/zf-api-problem/pull/45) ensures that
28+
definition and attachment of the listener aggregates defined in the module
29+
will work with both v2 and v3 versions of zend-eventmanager.

0 commit comments

Comments
 (0)