File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -74,13 +74,13 @@ Chores, docs:
74
74
BREAKING CHANGES:
75
75
76
76
- access to prototype properties is forbidden completely by default,
77
- specific properties or methods can be allow via runtime-options.
77
+ specific properties or methods can be allowed via runtime-options.
78
78
See #1633 for details.
79
79
If you are using Handlebars as documented, you should not be accessing prototype
80
80
properties from your template anyway, so the changes should not be a problem
81
81
for you. Only the use of undocumented features can break your build.
82
82
83
- That is why we only bump the minor version despite mentioning breaking changes
83
+ That is why we only bump the minor version despite mentioning breaking changes.
84
84
85
85
[ Commits] ( https://github.com/wycats/handlebars.js/compare/v4.5.3...v4.6.0 )
86
86
You can’t perform that action at this time.
0 commit comments