From 20f560b75e676c1271c9f05f38bc02fa905bae0d Mon Sep 17 00:00:00 2001 From: Chris Thoburn Date: Sat, 1 Oct 2022 18:03:35 -0700 Subject: [PATCH] changelog for v4.7.3 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8e0f624df4..a131324e75a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Ember Data Changelog +## 4.7.3 (2022-10-02) + +#### :bug: Bug Fix +* `private-build-infra` + * [#8200](https://github.com/emberjs/data/pull/8200) [Backport Release]: fix: thread polyfillUUID config through nested deps ([@runspired](https://github.com/runspired)) +* `-ember-data`, `store` + * [#8191](https://github.com/emberjs/data/pull/8191) Use array notation instead of at for accessing object at values (#8189) ([@jrjohnson](https://github.com/jrjohnson)) + * [#8185](https://github.com/emberjs/data/pull/8185) Use array notation instead of at for accessing values (#8184) ([@jrjohnson](https://github.com/jrjohnson)) + +#### Committers: 2 +- Chris Thoburn ([@runspired](https://github.com/runspired)) +- Jon Johnson ([@jrjohnson](https://github.com/jrjohnson)) + ## 4.7.2 (2022-09-15) #### :bug: Bug Fix