Skip to content
This repository was archived by the owner on Aug 17, 2025. It is now read-only.

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented Nov 9, 2020

Release Notes for 2.1.1

2.1.x bugfix release (patch)

2.1.1

  • Total issues resolved: 1
  • Total pull requests resolved: 1
  • Total contributors: 2

bug

Updates the CHANGELOG.md file to add a changelog entry for a new 2.1.1 version.
Doesn't require compilation, and known to work with `act`.
…able

laminas-mvc creates an initializer for classes marked EventsManagerAware.
Since initializers run AFTER delegators, if you attempt to add any listeners via a delegator factory, they then get overwritten when a new EM instance is injected by the initializer.

Additionally, this patch modifies the `Compiler` to optionally accept an EM instance to the constructor, and the `CompilerFactory` to pull one from the container when creating an instance.
Signed-off-by: Matthew Weier O'Phinney <[email protected]>
Updates the CHANGELOG.md to set the release date.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant