From 7c6a3fbf32fe1982f143cc221f103b8a57999fc2 Mon Sep 17 00:00:00 2001 From: bmac Date: Thu, 12 May 2016 09:07:59 -0400 Subject: [PATCH] Update changelog for the Ember Data 2.6.0-beta.4 release --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7463fa504d..73b1e15cdca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ ### Master +### Release 2.6.0-beta.4 (May 12, 2016) +- [#4374](https://github.com/emberjs/data/pull/4374) Fix #4366: EmbeddedRecordsMixin embeds the record, not the snapshot +- [#4379](https://github.com/emberjs/data/pull/4379) [BUGFIX beta] Fix resetting of properties to in-flight values +- [#4380](https://github.com/emberjs/data/pull/4380) [BUGFIX beta] remove trailing whitespace from model blueprint + ### Release 2.6.0-beta.3 (May 3, 2016) - [#4300](https://github.com/emberjs/data/pull/4300) [BUGFIX beta] Overhaul queryRecord - [#4363](https://github.com/emberjs/data/pull/4363) [DOC] Fix hard-coded "Customizing Adapters" link