From c4fa2b813edb91230a3bfe9c0a2c6995758c0335 Mon Sep 17 00:00:00 2001 From: Lukas Taegert-Atkinson Date: Tue, 5 Jan 2021 14:33:36 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b7f53f7ec7..54c81f47145 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # rollup changelog +## 2.36.0 +*2021-01-05* + +### Features +* Support partial tree-shaking of chained assignments and unused assignment targets (#3919) + +### Pull Requests +* [#3919](https://github.com/rollup/rollup/pull/3919): Treeshake chained assignment expressions (@lukastaegert) + ## 2.35.1 *2020-12-14*