From 79e0ef8f56f5ff67d7562a20f0ceec07bba13895 Mon Sep 17 00:00:00 2001 From: Chris Thoburn Date: Sun, 26 Feb 2023 20:31:27 -0800 Subject: [PATCH] add changelog for 4.8.7 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d2b02d216f..906cdcd79ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Ember Data Changelog +## 4.8.7 (2023-02-27) + +#### :bug: Bug Fix +* `model`, `private-build-infra`, `store`, `tracking` + * [#8434](https://github.com/emberjs/data/pull/8434) fix: ensure classic computed chains support (#8432) ([@runspired](https://github.com/runspired)) + +#### Committers: 1 +- Chris Thoburn ([@runspired](https://github.com/runspired)) + ## 4.8.5 (2023-02-25) #### :bug: Bug Fix