Skip to content

Commit

Permalink
Merge pull request #3258 from emberjs/changelog-initializer
Browse files Browse the repository at this point in the history
Update changelog to mention new Instance Initializer
  • Loading branch information
bmac committed Jun 8, 2015
2 parents 2d5c6b1 + 7f036db commit 7d2f848
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@

### Release 1.0.0-beta.19 (June 5, 2015)

#### Breaking Changes

##### Store Service moved to an Instance Initializer

In order to fix deprecations warning induced by Ember 1.12, the store service
is now injected as an instanceInitializer. As a consequence, if you had initializers
depending on the store, you should move them to an instance initializer as well,
and mark it as after: 'ember-data'.

- Removed support for DS.FixtureAdapter. You can use it as an addon, or
build it using [Ember Giftwrap](https://github.com/ef4/ember-giftwrap).
https://github.com/emberjs/ember-data-fixture-adapter/tree/master
Expand Down

0 comments on commit 7d2f848

Please sign in to comment.