Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Commit

Permalink
[#5283] Added deprecation notice to README
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Oct 23, 2013
1 parent 2b1e99f commit d7f26b9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ DD MMM YYY
from "ControllerManager" to "ControllerLoader", and updates code to reference
that alias ("ControllerManager"). This makes the service name match the class
name, and begins future-proofing the component.
- [#5283](https://github.com/zendframework/zf2/pull/5283) deprecates the trait
`Zend\EventManager\ProvidesEvents` in favor of
`Zend\EventManager\EventManagerAwareTrait`, and now raises an
`E_USER_DEPRECATED` when loaded. Please update your code to use the newer
trait.

Please see [CHANGELOG.md](CHANGELOG.md).

Expand Down

0 comments on commit d7f26b9

Please sign in to comment.