Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed May 7, 2020
1 parent e5cf74c commit 1094f82
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.8.1
*2020-05-07*

### Bug Fixes
* Allow using plugins on CLI that are exported as `exports.default` (#3529)
* Do not fail side-effect detection in nested callbacks of builtins (#3539)

### Pull Requests
* [#3529](https://github.com/rollup/rollup/pull/3529): Use default named export with plugins (@NotWoods)
* [#3539](https://github.com/rollup/rollup/pull/3539): Track call side-effects both by entity and CallExpression to avoid untracked side-effects in nested calls (@lukastaegert)

## 2.8.0
*2020-05-06*

Expand Down

0 comments on commit 1094f82

Please sign in to comment.