Skip to content

Commit 11e263b

Browse files
committed
Release 6.0.3
1 parent 247061d commit 11e263b

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,15 @@
1111

1212

1313

14+
15+
## v6.0.3 (2023-07-20)
16+
17+
#### :bug: Bug Fix
18+
* [#476](https://github.com/adopted-ember-addons/ember-data-model-fragments/pull/476) changedAttributes still return the dirty attributes until the record has been fully committed ([@VincentMolinie](https://github.com/VincentMolinie))
19+
20+
#### Committers: 1
21+
- Vincent Molinié ([@VincentMolinie](https://github.com/VincentMolinie))
22+
1423
## v6.0.2 (2023-07-15)
1524

1625
#### :bug: Bug Fix

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-data-model-fragments",
3-
"version": "6.0.2",
3+
"version": "6.0.3",
44
"description": "Ember Data addon to support nested JSON documents",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)