From 930ebcfc932c24c586f5ad8f1b2d22d167cf33fd Mon Sep 17 00:00:00 2001 From: Lukas Taegert-Atkinson Date: Thu, 2 Jul 2020 05:41:26 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1213f6c8870..f9ecf211d35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # rollup changelog +## 2.18.2 +*2020-07-02* + +### Bug Fixes +* Do not remove spread element args when the corresponding positional parameter is unused (#3652) + +### Pull Requests +* [#3652](https://github.com/rollup/rollup/pull/3652): Do not tree-shake arguments that contain a spread element (@lukastaegert) + ## 2.18.1 *2020-06-26*