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

Commit 103fb70

Browse files
committed
Added CHANGELOG for 3.1.0
1 parent 815c5dc commit 103fb70

File tree

1 file changed

+10
-19
lines changed

1 file changed

+10
-19
lines changed

CHANGELOG.md

Lines changed: 10 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,31 +2,22 @@
22

33
All notable changes to this project will be documented in this file, in reverse chronological order by release.
44

5-
## 3.1.0 - TBD
6-
7-
### Added
8-
9-
- Nothing.
10-
11-
### Deprecated
12-
13-
- Nothing.
14-
15-
### Removed
16-
17-
- Nothing.
18-
19-
### Fixed
20-
21-
- Nothing.
22-
23-
## 3.0.2 - TBD
5+
## 3.1.0 - 2016-12-19
246

257
### Added
268

279
- [#26](https://github.com/zendframework/zend-eventmanager/pull/26) publishes
2810
the documentation to https://zendframework.github.io/zend-eventmanager/
2911

12+
### Changes
13+
14+
- [#17](https://github.com/zendframework/zend-eventmanager/pull/17) makes a
15+
number of internal changes to how listeners are stored in order to improve
16+
performance, by as much as 10% in the scenario used in the MVC layer.
17+
18+
Additionally, it optimizes when the target and event arguments are injected
19+
into an event, eliminating that step entirely when either is unavailable.
20+
3021
### Deprecated
3122

3223
- Nothing.

0 commit comments

Comments
 (0)