From 171ce40e0c4a84d613004c57c1d825bb9edc2ddb Mon Sep 17 00:00:00 2001 From: Nils Knappmeier Date: Wed, 2 Oct 2019 22:04:11 +0200 Subject: [PATCH] Update release notes --- release-notes.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/release-notes.md b/release-notes.md index dec4f986..f4c9388b 100644 --- a/release-notes.md +++ b/release-notes.md @@ -2,7 +2,13 @@ ## Development -[Commits](https://github.com/wycats/handlebars.js/compare/v4.3.4...master) +[Commits](https://github.com/wycats/handlebars.js/compare/v4.3.5...master) + +## v4.3.5 - October 2nd, 2019 +- [#1562](https://github.com/wycats/handlebars.js/issues/1562) - Error message for syntax error missing location in 4.2.1+ + + +[Commits](https://github.com/wycats/handlebars.js/compare/v4.3.4...v4.3.5) ## v4.3.4 - September 28th, 2019 - fix: harden "propertyIsEnumerable"-check - ff4d827