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*