-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BUGFIX release] Correct
until
values for this.container
deprecat…
…ions. These deprecations were added in the Ember 2.3 cycle, before we had established the LTS system and how private API deprecations are handled. Per the rules we created around private API deprecations, the `until` value is supposed to be the version just after the next LTS. In theory, that means this could have been 2.5.0 originally, but I'm updating to 2.13.0 because 2.12 was also an LTS. An emberobserver.com search shows little usage (other than fallbacks when owner is not found), and very few issues are still open around this sort of `.container` deprecation.
- Loading branch information
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters