Skip to content

Commit ba0ca85

Browse files
committed
Update changelog
1 parent 4624917 commit ba0ca85

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

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

3+
## 2.74.0
4+
5+
_2022-05-19_
6+
7+
### Features
8+
9+
- Remove unneeded default values for function parameters (#4498)
10+
11+
### Bug Fixes
12+
13+
- Use a consistent mechanism to resolve the config file to avoid issues on Windows (#4501)
14+
- Avoid an inaccurate warning about an event emitter leak for complicated builds (#4502)
15+
- Ensure that reexporting values from other chunks via dynamic imports does not reference non-imported variables (#4499)
16+
17+
### Pull Requests
18+
19+
- [#4498](https://github.com/rollup/rollup/pull/4498): Tree shake parameter defaults (@lukastaegert)
20+
- [#4499](https://github.com/rollup/rollup/pull/4499): Ensure reexports are available for namespaces (@lukastaegert)
21+
- [#4501](https://github.com/rollup/rollup/pull/4501): fix: config path problem on windows (@pos777)
22+
- [#4502](https://github.com/rollup/rollup/pull/4502): Avoid maximum listeners exceeded warning (@lukastaegert)
23+
324
## 2.73.0
425

526
_2022-05-13_

0 commit comments

Comments
 (0)