Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed May 27, 2021
1 parent 27d560e commit 9b8e9bf
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,16 @@
# rollup changelog

## 2.50.2
*2021-05-27*

### Bug Fixes
* Avoid unnecessary side effects when using methods like `.filter` and `.map` (#4103)
* Avoid crash when a module with moduleSideEffects no-treeshake imports a tree-shaken module (#4104)

### Pull Requests
* [#4103](https://github.com/rollup/rollup/pull/4103): Do not track side-effect-free array methods as side effects (@lukastaegert)
* [#4104](https://github.com/rollup/rollup/pull/4104): Fix crash when using inlineDynamicImports with no-treeshake (@lukastaegert)

## 2.50.1
*2021-05-26*

Expand Down

0 comments on commit 9b8e9bf

Please sign in to comment.