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, 2022
1 parent 65068c0 commit 80bdb98
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,19 @@
# rollup changelog

## 2.75.0

_2022-05-27_

### Features

- Re-implement default parameter tree-shaking for top-level functions (#4510)
- Do not consider calling string methods like `.trim()` on template literals a side effect (#4511)

### Pull Requests

- [#4510](https://github.com/rollup/rollup/pull/4510): Tree-shake parameter defaults (replaces #4498) (@lukastaegert)
- [#4511](https://github.com/rollup/rollup/pull/4511): Tree-shake side-effect-free string methods on template literals (@lukastaegert)

## 2.74.1

_2022-05-19_
Expand Down

0 comments on commit 80bdb98

Please sign in to comment.