Skip to content

Commit f1c1f1f

Browse files
committed
Update changelog
1 parent 96cf84e commit f1c1f1f

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# rollup changelog
22

3+
## 2.75.5
4+
5+
_2022-06-01_
6+
7+
### Bug Fixes
8+
9+
- Avoid crashes when using logical expressions for unused constructor arguments (#4519)
10+
- Fix missing parameter defaults for calls from try statements and functions returned by functions (#4520)
11+
12+
### Pull Requests
13+
14+
- [#4519](https://github.com/rollup/rollup/pull/4519): Try to make logical expression deoptimization more robust (@lukastaegert)
15+
- [#4520](https://github.com/rollup/rollup/pull/4520): Roll back parameter default tree shaking (@lukastaegert)
16+
317
## 2.75.4
418

519
_2022-05-31_

0 commit comments

Comments
 (0)