From 57c38169043473c160e0008b7adf9b0938de5a1e Mon Sep 17 00:00:00 2001 From: Katie Gengler Date: Tue, 20 Feb 2024 12:42:56 -0500 Subject: [PATCH] Add v5.7.0-beta.2 to CHANGELOG (cherry picked from commit 7b58c1bf4ec0c2e0e6e3298593d049fe3fcda73e) --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index af4eeab9e3f..70eb019dddc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Ember Changelog +## v5.7.0-beta.2 (February 20, 2024) + +- [#20639](https://github.com/emberjs/ember.js/pull/20639) [FEATURE] Add an optional feature "no-implicit-route-model" to allow the removal of the implicit loading of a model per [RFC #774](https://rfcs.emberjs.com/id/0774-implicit-record-route-loading). +- [#20645](https://github.com/emberjs/ember.js/pull/20645) [BUGFIX] Make sure the `component-class` blueprint generates a signature in a TS project + ## v5.7.0-beta.1 (January 22, 2024) - [#20597](https://github.com/emberjs/ember.js/pull/20597) [FEATURE] Add explicit support TS 5.1, 5.2, and 5.3