Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update changelog for the Ember Data 2.9.0 release #4585

Merged
merged 1 commit into from
Oct 19, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@

### Master

### Release 2.9.0 (October 18, 2016)
- [#4577](https://github.com/emberjs/data/pull/4577) [DOC] fix typo
- [#4529](https://github.com/emberjs/data/pull/4529) isUpdating should be true only if a reload happens
- [#4566](https://github.com/emberjs/data/pull/4566) Properly cleanup store and env in store integration test
- [#4567](https://github.com/emberjs/data/pull/4567) [bugfix beta] Treat status code 0 as an abort
- [#4559](https://github.com/emberjs/data/pull/4559) [BUGFIX beta] Use Ember.guidFor to set InternalModel's guid.
- [#4560](https://github.com/emberjs/data/pull/4560) [BUGFIX beta] Ensure record array length is reset during willDestroy.
- [#4545](https://github.com/emberjs/data/pull/4545) [BUGFIX beta] Make `Model#data` a plain getter.
- [#4541](https://github.com/emberjs/data/pull/4541) [DOC beta] Remove `Ember.ArrayController` from initializer example (#4540)
- [#4540](https://github.com/emberjs/data/pull/4540) Add examples to the build-url-mixin API docs (#4512)
- [#4537](https://github.com/emberjs/data/pull/4537) [BUGFIX beta] Ember Data should not swallow exceptions from the run loop
- [#4546](https://github.com/emberjs/data/pull/4546) Revert "Log an assertion if the response from createRecord does not have an i…"
- [#4536](https://github.com/emberjs/data/pull/4536) [DOC] fix features response typo (#4530)
- [#4490](https://github.com/emberjs/data/pull/4490) [DOCS] No need to use Ember.run in succes and failure of wrapped getJSON
- [#4493](https://github.com/emberjs/data/pull/4493) Addresses #4492
- [#4503](https://github.com/emberjs/data/pull/4503) Update ember-try config to test against alpha.
- [#4515](https://github.com/emberjs/data/pull/4515) Document the allowNull property on the boolean transform
- [#4516](https://github.com/emberjs/data/pull/4516) Update the docs for normalizeModelName so they explain the intent of …
- [#4521](https://github.com/emberjs/data/pull/4521) Remove ContainerProxy
- [#4522](https://github.com/emberjs/data/pull/4522) add license to bower.json

### Release 2.8.1 (September 23, 2016)
- [#4536](https://github.com/emberjs/data/pull/4536) bump to latest ember-cli, run ember init, cleanup post init
- [#4546](https://github.com/emberjs/data/pull/4546) Revert "Log an assertion if the response from createRecord does not have an I…"
Expand Down