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

Commit d238c44

Browse files
committed
Adds CHANGELOG entry for #68 to new 2.6.4 release stub
1 parent fd199ff commit d238c44

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

CHANGELOG.md

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

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

5+
## 2.6.4 - 2017-12-12
6+
7+
### Added
8+
9+
- Nothing.
10+
11+
### Changed
12+
13+
- Nothing.
14+
15+
### Deprecated
16+
17+
- Nothing.
18+
19+
### Removed
20+
21+
- Nothing.
22+
23+
### Fixed
24+
25+
- [#68](https://github.com/zendframework/zend-eventmanager/pull/68) fixes an
26+
issue whereby `triggerListeners()` was not resetting the event instance's
27+
"stop propagation" flag before triggering listeners; this could result in all
28+
listeners for a given event being skipped in cases where the event manager
29+
instance triggers multiple events.
30+
531
## 2.6.3 - 2016-02-18
632

733
### Added

0 commit comments

Comments
 (0)