Skip to content

Commit 7a78313

Browse files
committed
Update changelog
1 parent 4079fbe commit 7a78313

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

CHANGELOG.md

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

3+
## 2.73.0
4+
5+
_2022-05-13_
6+
7+
### Features
8+
9+
- Do not treat Object.defineProperty/ies as side effect when called on an unused object (#4493)
10+
- Do not assume that assigning a property can create a getter with side effects (#4493)
11+
- Do not treat string.prototype.replace(All) as side effect when used with two literals (#4493)
12+
13+
### Bug Fixes
14+
15+
- Detect side effects when manually declaring getters on functions (#4493)
16+
17+
### Pull Requests
18+
19+
- [#4493](https://github.com/rollup/rollup/pull/4493): Handle getters on functions and improve property deoptimization (@lukastaegert)
20+
- [#4494](https://github.com/rollup/rollup/pull/4494): Do not treat string.replace as side effect when used with a literal (@lukastaegert)
21+
- [#4495](https://github.com/rollup/rollup/pull/4495): Update docs for --configPlugin using typescript (@Jimmydalecleveland)
22+
323
## 2.72.1
424

525
_2022-05-07_

0 commit comments

Comments
 (0)