Skip to content

Commit

Permalink
2.1.1 readiness
Browse files Browse the repository at this point in the history
Updates the CHANGELOG.md to set the release date.
  • Loading branch information
weierophinney committed Nov 9, 2020
1 parent 32c1d75 commit e6d974a
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,28 @@

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

## 2.1.1 - TBD

### Added

- Nothing.
## 2.1.1 - 2020-11-09

### Changed

- [#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.

### Deprecated

- Nothing.
-----

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

- Nothing.
2.1.x bugfix release (patch)

### Fixed
### 2.1.1

- Total issues resolved: **1**
- Total pull requests resolved: **1**
- Total contributors: **2**

#### bug

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

## 2.1.0 - 2020-11-04

Expand Down

0 comments on commit e6d974a

Please sign in to comment.