Skip to content

Commit 102e006

Browse files
committed
Update changelog
1 parent 84c0ea3 commit 102e006

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

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.69.2
4+
5+
_2022-03-06_
6+
7+
### Bug Fixes
8+
9+
- Mark `Object.entries` and `Object.fromEntries` as pure (#4429)
10+
- Make sure new properties on Array.prototype and Object.prototype are not evaluated as "undefined" (#4428)
11+
12+
### Pull Requests
13+
14+
- [#4428](https://github.com/rollup/rollup/pull/4428): Treat unknown prototype props as unknown (@lukastaegert)
15+
- [#4429](https://github.com/rollup/rollup/pull/4429): Treat unknown prototype props as unknown (@869288142)
16+
317
## 2.69.1
418

519
_2022-03-04_

0 commit comments

Comments
 (0)