Skip to content

Commit

Permalink
Update changelog for 1.13.9
Browse files Browse the repository at this point in the history
  • Loading branch information
bmac committed Aug 13, 2015
1 parent 81ace9f commit 85b39f7
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,21 @@ App.PostController = Ember.Controller.extend({
- [#3567](https://github.com/emberjs/data/pull/3567) Use Ember.$ instead of jQuery for AJAX requests
- [#3570](https://github.com/emberjs/data/pull/3570) Update `Ember.deprecate` and `Ember.warn` calls to include required information

### Release 1.13.9 (August 13, 2015)

#### Breaking Changes

The live updating `filterBy` on RecordArrays and ManyArrays has been
reverted because it broke existing applications. See
[#3263](https://github.com/emberjs/data/pull/3263).

#### Changes

- [#3633](https://github.com/emberjs/data/pull/3633) Fixed typo.
- [#3639](https://github.com/emberjs/data/pull/3639) Remove todo in API doc
- [#3648](https://github.com/emberjs/data/pull/3648) Revert filter by
- [#3623](https://github.com/emberjs/data/pull/3623) [BUGFIX release] Update ember-inflector to 1.9.0 (Was suppose to be included in 1.13.8 but the dependencyies were not updated when built)

### Release 1.13.8 (August 5, 2015)

- [#3608](https://github.com/emberjs/data/pull/3608) [BUGFIX release] Validate JSON API docs returned by normalizeResponse
Expand Down

0 comments on commit 85b39f7

Please sign in to comment.