Skip to content

Commit

Permalink
Merge pull request #3697 from xtian/patch-1
Browse files Browse the repository at this point in the history
Fix typo in CHANGELOG
  • Loading branch information
fivetanley committed Aug 25, 2015
2 parents 5251766 + 0054bfd commit 9485564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

#### Breaking Changes

##### Usaved deleted records are no longer removed from hasMany relationships and RecordArrays returned by the store
##### Unsaved deleted records are no longer removed from hasMany relationships and RecordArrays returned by the store

In Ember Data 1.13 once a record was marked as deleted it was removed from all of the RecordArrays and hasMany arrays it belongTo. This made it difficult to create UIs where a user could flag a record for deletion but still allow the user the ability to un-flag the record until the save request was made.

Expand Down

0 comments on commit 9485564

Please sign in to comment.