Skip to content
This repository has been archived by the owner on Mar 22, 2019. It is now read-only.

Commit

Permalink
Merge pull request #2214 from thejameskyle/tjk/deprecate-freezable
Browse files Browse the repository at this point in the history
Add Freezable to deprecations in blog post
  • Loading branch information
mixonic committed Jun 18, 2015
2 parents 848797f + 32cb081 commit 74ad9c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/blog/2015-06-12-ember-1-13-0-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,7 @@ Other APIs:
* `Ember.DeferredMixin`
* `Ember.Deferred` (use `Ember.RSVP.Promise` instead)
* `Ember.reduceComputed` and `Ember.arrayComputed` (use plain array manipulation)
* `Ember.Freezable` (use Object.freeze instead)

Additionally, IE8 is no longer supported in Ember 2.x. IE9+ is supported.

Expand Down

0 comments on commit 74ad9c0

Please sign in to comment.