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 84c0ea3 commit 102e006Copy full SHA for 102e006
CHANGELOG.md
@@ -1,5 +1,19 @@
1
# rollup changelog
2
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
17
## 2.69.1
18
19
_2022-03-04_
0 commit comments