You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,19 @@
1
1
# rollup changelog
2
2
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)
0 commit comments