You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+30
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,35 @@
1
1
# Ember Data Changelog
2
2
3
+
## 4.9.1 (2022-12-03)
4
+
5
+
#### :bug: Bug Fix
6
+
*`tracking`
7
+
*[#8314](https://github.com/emberjs/data/pull/8314) fix: tracking package should not declare exports while v1 ([@runspired](https://github.com/runspired))
8
+
*[#8308](https://github.com/emberjs/data/pull/8308) fix: prepack addon tree for embroider ([@runspired](https://github.com/runspired))
9
+
*`store`
10
+
*[#8307](https://github.com/emberjs/data/pull/8307) fix: use join vs run for deleteRecord destroy of new records ([@runspired](https://github.com/runspired))
11
+
*[#8306](https://github.com/emberjs/data/pull/8306) fix: dont skip LiveArray remove if pending queue is not empty ([@runspired](https://github.com/runspired))
12
+
13
+
#### :memo: Documentation
14
+
* Other
15
+
*[#8324](https://github.com/emberjs/data/pull/8324) add @ember-data/tracking to Advanced Installation ([@luxzeitlos](https://github.com/luxzeitlos))
16
+
*[#8316](https://github.com/emberjs/data/pull/8316) docs: fix typo in README.md ([@SergeAstapov](https://github.com/SergeAstapov))
0 commit comments