Skip to content

Commit e6d974a

Browse files
committed
2.1.1 readiness
Updates the CHANGELOG.md to set the release date.
1 parent 32c1d75 commit e6d974a

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

CHANGELOG.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,28 @@
22

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

5-
## 2.1.1 - TBD
6-
7-
### Added
8-
9-
- Nothing.
5+
## 2.1.1 - 2020-11-09
106

117
### Changed
128

139
- [#31](https://github.com/phly/PhlyBlog/pull/31) changes the `Compiler` to implement `EventsCapableInterface` instead of `EventManagerAwareInterface` (the latter is a superset of the former). Doing so ensures that any initializers for `EventManagerAwareInterface` do not trigger, which prevents double-injection of the `EventManager` instance, and thus prevents overwriting any listeners attached via delegator factories. The `setEventManager()` method is still defined.
1410

15-
### Deprecated
1611

17-
- Nothing.
12+
-----
1813

19-
### Removed
14+
### Release Notes for [2.1.1](https://github.com/phly/PhlyBlog/milestone/7)
2015

21-
- Nothing.
16+
2.1.x bugfix release (patch)
2217

23-
### Fixed
18+
### 2.1.1
19+
20+
- Total issues resolved: **1**
21+
- Total pull requests resolved: **1**
22+
- Total contributors: **2**
23+
24+
#### bug
2425

25-
- Nothing.
26+
- [31: Make Compiler EventsCapable instead of EventManagerAware](https://github.com/phly/PhlyBlog/pull/31) thanks to @weierophinney and @vrkansagara
2627

2728
## 2.1.0 - 2020-11-04
2829

0 commit comments

Comments
 (0)