From f07f7f98ae3639d1ec0e4b36d1f9c96bfa68cb36 Mon Sep 17 00:00:00 2001 From: Robert Jackson Date: Tue, 22 Jan 2019 17:42:05 -0500 Subject: [PATCH] Add v3.7.2 to CHANGELOG.md. --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1156522a3b1..3cb59f34c17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Ember Changelog +### v3.7.2 (January 22, 2019) + +* Upgrade @glimmer/* packages to 0.35.10. Fixes a few issues: + * Usage of positional arguments with custom components. + * Forwarding attributes via `...attributes` to a dynamic component. + * Prevent errors when rendering many template blocks (`Error: Operand over 16-bits. Got 65536`). + ### v3.7.1 (January 21, 2019) - [#17461](https://github.com/emberjs/ember.js/pull/17461) [BUGFIX] Fix substate interactions with aborts