Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed Jun 3, 2021
1 parent 63533b7 commit 7412f64
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# rollup changelog

## 2.50.6
*2021-06-03*

### Bug Fixes
* Do not consider the object spread operator as side effect when `propertyReadSideEffects` are false (#4119)
* Detect side effects when returning thenables from async arrow functions (#4120)

### Pull Requests
* [#4119](https://github.com/rollup/rollup/pull/4119): Respect propertyReadSideEffects in spread elements (@lukastaegert)
* [#4120](https://github.com/rollup/rollup/pull/4120): Detect async arrow thenable side effects (@lukastaegert)

## 2.50.5
*2021-05-30*

Expand Down

0 comments on commit 7412f64

Please sign in to comment.