We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 575d877 commit 1f0834bCopy full SHA for 1f0834b
release-notes.md
@@ -2,7 +2,22 @@
2
3
## Development
4
5
-[Commits](https://github.com/wycats/handlebars.js/compare/v4.6.0...master)
+[Commits](https://github.com/wycats/handlebars.js/compare/v4.7.0...master)
6
+
7
+## v4.7.0 - January 10th, 2020
8
9
+Features:
10
11
+- feat: default options for controlling proto access - 7af1c12, #1635
12
+ - This makes it possible to disable the prototype access restrictions added in 4.6.0
13
+ - an error is logged in the console, if access to prototype properties is attempted and denied
14
+ and no explicit configuration has taken place.
15
16
+Compatibility notes:
17
18
+- no compatibilities are expected
19
20
+[Commits](https://github.com/wycats/handlebars.js/compare/v4.6.0...v4.7.0)
21
22
## v4.6.0 - January 8th, 2020
23
0 commit comments