Skip to content

Commit bf877ce

Browse files
committed
docs: updates CHANGELOG with fixes for 0.3.0
Notes the various bugfixes made while testing for 0.3.0.
1 parent f08ed43 commit bf877ce

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ All notable changes to this project will be documented in this file, in reverse
1010

1111
### Changed
1212

13-
- Nothing.
13+
- Moves `EventDispatcherFactory` to the source root, instead of under its
14+
`ListenerProvider` subdirectory, ensuring it can be used.
1415

1516
### Deprecated
1617

@@ -25,7 +26,18 @@ All notable changes to this project will be documented in this file, in reverse
2526

2627
### Fixed
2728

28-
- Nothing.
29+
- Fixes a typo in `LazyListener::getListener()` where the method was using an
30+
undeclared variable, instead of an instance property.
31+
32+
- Fixes an `instanceof` check in `ErrorEmittingDispatcher::handleCaughtThrowable()`,
33+
preventing an infinite recursion condition.
34+
35+
- Fixes a typo in the `ErrorEvent` constructor during an assigment.
36+
37+
- Fixes a typo of a function name in `ReflectionBasedListenerProvider::getProvider()`.
38+
39+
- Fixes two errors in `ListenerProviderAggregate::getListenersForEvent()` that
40+
prevented it from working at all.
2941

3042
## 0.2.1 - 2019-01-10
3143

0 commit comments

Comments
 (0)