We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96cf84e commit f1c1f1fCopy full SHA for f1c1f1f
1 file changed
CHANGELOG.md
@@ -1,5 +1,19 @@
1
# rollup changelog
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)
16
17
## 2.75.4
18
19
_2022-05-31_
0 commit comments