Skip to content

Commit 1cc2210

Browse files
author
Robert Jackson
committed
Release v3.20.2.
1 parent 17f84b8 commit 1cc2210

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Ember Changelog
22

3+
### v3.20.2 (July 26, 2020)
4+
5+
- [#19056](https://github.com/emberjs/ember.js/pull/19056) Update Glimmer rendering engine to 0.54.2. Fixes an issue with (private for now) destroyables work to enable the destroyables polyfill to work more appropriately.
6+
37
### v3.20.1 (July 13, 2020)
48

59
- [#19040](https://github.com/emberjs/ember.js/pull/19040) [BUGFIX] Fix a memory leak that occured when changing the array passed to `{{each}}`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-source",
3-
"version": "3.20.1",
3+
"version": "3.20.2",
44
"description": "A JavaScript framework for creating ambitious web applications",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)