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

Commit f0ef2f2

Browse files
committed
docs: Adds CHANGELOG entries for #200
1 parent 81f9127 commit f0ef2f2

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

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.0.0 - TBD
6+
7+
### Added
8+
9+
- Nothing.
10+
11+
### Changed
12+
13+
- [#200](https://github.com/zendframework/zend-developer-tools/pull/200) changes the `ZendDeveloperTools\Collector\CollectorInterface::collectEvent()` method to typehint its second argument against `Zend\EventManager\EventInterface` instead of `Zend\EventManager\Event`. This allows for any `EventInterface` implementation, instead of artificially restricting to those events that implement the concrete type. As such, any collectors that are implementing that interface MUST be updated to the new signature.
14+
15+
- [#200](https://github.com/zendframework/zend-developer-tools/pull/200) updates the `MemoryCollector` and `TimeCollector` to the new `CollectorInterface::collectEvent()` signature.
16+
17+
- [#200](https://github.com/zendframework/zend-developer-tools/pull/200) updates the `EventLoggingListenerAggregate::onCollectEvent()` method to typehint against `Zend\EventManager\EventInterface` instead of `Zend\EventManager\Event`. This change should only affect extensions to the class.
18+
19+
### Deprecated
20+
21+
- Nothing.
22+
23+
### Removed
24+
25+
- Nothing.
26+
27+
### Fixed
28+
29+
- Nothing.
30+
531
## 1.3.0 - 2019-12-26
632

733
### Added

0 commit comments

Comments
 (0)