Update release notes

This commit is contained in:
Nils Knappmeier
2019-09-28 13:24:18 +02:00
parent ff4d827c09
commit b250b2d53a
+9 -1
View File
@@ -2,7 +2,15 @@
## Development
[Commits](https://github.com/wycats/handlebars.js/compare/v4.3.3...master)
[Commits](https://github.com/wycats/handlebars.js/compare/v4.3.4...master)
## v4.3.4 - September 28th, 2019
- fix: harden "propertyIsEnumerable"-check - ff4d827
Compatibility notes:
- No incompatibilities are known.
[Commits](https://github.com/wycats/handlebars.js/compare/v4.3.3...v4.3.4)
## v4.3.3 - September 27th, 2019
- fix test case for browsers that do not support __defineGetter__ - 8742bde