Skip to content

Merge release 2.1.1 into 2.2.x #32

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 7 commits into
base: 2.2.x
Choose a base branch
from

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 <matthew@weierophinney.net>
Updates the CHANGELOG.md to set the release date.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant