Skip to content
This repository was archived by the owner on Feb 6, 2020. It is now read-only.

Commit 2837987

Browse files
committed
Created CHANGELOG entry for #3
1 parent 9b799e3 commit 2837987

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file, in reverse chronological order by release.
4+
5+
## 2.5.2 - TBD
6+
7+
### Added
8+
9+
- Nothing.
10+
11+
### Deprecated
12+
13+
- Nothing.
14+
15+
### Removed
16+
17+
- Nothing.
18+
19+
### Fixed
20+
21+
- [#3](https://github.com/zendframework/zend-servicemanager/pull/3) properly updates the
22+
codebase to PHP 5.5, by taking advantage of the default closure binding
23+
(`$this` in a closure is the invoking object when created within a method). It
24+
also removes several `@requires PHP 5.4.0` annotations.

0 commit comments

Comments
 (0)