From 09eb75ba3b168a3b141590ec9cd3a3f326e9117f Mon Sep 17 00:00:00 2001 From: Chris Thoburn Date: Thu, 6 Jul 2023 19:25:32 -0700 Subject: [PATCH] update changelog for 5.1.1 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4ebf83ba66..70d0f341bc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Ember Data Changelog +## 5.1.1 (2023-07-07) + +#### :bug: Bug Fix + * [#8685](https://github.com/emberjs/data/pull/8685) fix: unloadAll(void) should not destroy the notification manager (backports #8684) ([@runspired](https://github.com/runspired)) + +#### Committers: 1 +- Chris Thoburn ([@runspired](https://github.com/runspired)) + ## 5.1.0 (2023-06-29) #### :bug: Bug Fix