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

Commit bb065a2

Browse files
committed
Added CHANGELOG for #19
1 parent be75ec1 commit bb065a2

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,34 @@
22

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

5+
## 2.6.2 - 2016-01-12
6+
7+
### Added
8+
9+
- [#19](https://github.com/zendframework/zend-eventmanager/pull/19) adds a new
10+
trait, `Zend\EventManager\Test\EventListenerIntrospectionTrait`, intended for
11+
composition in unit tests. It provides a number of methods that can be used
12+
to retrieve listeners with or without associated priority, and the assertion
13+
`assertListenerAtPriority(callable $listener, $priority, $event, EventManager $events, $message = '')`,
14+
which can be used for testing that a listener was registered at the specified
15+
priority with the specified event.
16+
17+
The features in this patch are intended to facilitate testing against both
18+
version 2 and version 3 of zend-eventmanager, as it provides a consistent API
19+
for retrieving lists of events and listeners between the two versions.
20+
21+
### Deprecated
22+
23+
- Nothing.
24+
25+
### Removed
26+
27+
- Nothing.
28+
29+
### Fixed
30+
31+
- Nothing.
32+
533
## 2.6.0 - 2015-09-29
634

735
### Added

0 commit comments

Comments
 (0)