From c95085843fcc4556f909555b55d12f79e29474a1 Mon Sep 17 00:00:00 2001 From: Lukas Taegert-Atkinson Date: Wed, 21 Jul 2021 08:44:16 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15eb4f37e2d..25bacad8b41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # rollup changelog +## 2.53.3 +*2021-07-21* + +### Bug Fixes +* Solve an issue that could lead to severe memory issues and crashes when there are a lot of hoisted variables (#4183) + +### Pull Requests +* [#4183](https://github.com/rollup/rollup/pull/4183): Avoid memory issues with hoisted variables (@lukastaegert) + ## 2.53.2 *2021-07-15*