Skip to content

Commit

Permalink
Publish 1.0.0-beta.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Jan 12, 2014
1 parent 81ac68b commit 45c22e0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Ember Data Changelog

### Ember Data 1.0.0-beta.5 _(January 11, 2014)_

* Normalize key in modelFor when a factory is not given.
* `store.filter` should always return a FilteredRecordArray.
* attrs with options should allow for key option.
* Fix windows builds.
* Add DS.Errors object
* Handle case of single object pushPayload.
* Create RecordArrays from recordArrayManager.
* Documentation

### Ember Data 1.0.0-beta.4 _(December 19, 2013)_

* Use the adapter host for host-relative URLs in `findHasMany`.
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ GIT
PATH
remote: .
specs:
ember-data-source (1.0.0.beta.5.canary)
ember-data-source (1.0.0.beta.5)
ember-source

GEM
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0-beta.5+canary
1.0.0-beta.5

0 comments on commit 45c22e0

Please sign in to comment.