Skip to content

Commit e66aed5

Browse files
committed
Update release notes
1 parent 7d4d170 commit e66aed5

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

release-notes.md

+20-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,26 @@
22

33
## Development
44

5-
[Commits](https://github.com/wycats/handlebars.js/compare/v4.7.6...master)
5+
[Commits](https://github.com/handlebars-lang/handlebars.js/compare/v4.7.7...master)
6+
7+
## v4.7.7 - February 15th, 2021
8+
9+
- fix weird error in integration tests - eb860c0
10+
- fix: check prototype property access in strict-mode (#1736) - b6d3de7
11+
- fix: escape property names in compat mode (#1736) - f058970
12+
- refactor: In spec tests, use expectTemplate over equals and shouldThrow (#1683) - 77825f8
13+
- chore: start testing on Node.js 12 and 13 - 3789a30
14+
15+
(POSSIBLY) BREAKING CHANGES:
16+
17+
- the changes from version [4.6.0](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md#v460---january-8th-2020) now also apply
18+
in when using the compile-option "strict: true". Access to prototype properties is forbidden completely by default, specific properties or methods
19+
can be allowed via runtime-options. See #1633 for details. If you are using Handlebars as documented, you should not be accessing prototype properties
20+
from your template anyway, so the changes should not be a problem for you. Only the use of undocumented features can break your build.
21+
22+
That is why we only bump the patch version despite mentioning breaking changes.
23+
24+
[Commits](https://github.com/wycats/handlebars.js/compare/v4.7.6...v4.7.7)
625

726
## v4.7.6 - April 3rd, 2020
827

0 commit comments

Comments
 (0)