From b250b2d53af0c5e984eaaa912e5a6b93477d32dc Mon Sep 17 00:00:00 2001 From: Nils Knappmeier Date: Sat, 28 Sep 2019 13:24:18 +0200 Subject: [PATCH] Update release notes --- release-notes.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/release-notes.md b/release-notes.md index 1f8da4a7..dec4f986 100644 --- a/release-notes.md +++ b/release-notes.md @@ -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