From 6914090086cf9e108c13637395a3f92b8887a585 Mon Sep 17 00:00:00 2001 From: Nils Knappmeier Date: Wed, 13 Nov 2019 22:06:51 +0100 Subject: [PATCH] Update release notes --- release-notes.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/release-notes.md b/release-notes.md index 11b1d0146..3eefabe89 100644 --- a/release-notes.md +++ b/release-notes.md @@ -2,7 +2,18 @@ ## Development -[Commits](https://github.com/wycats/handlebars.js/compare/v4.5.1...master) +[Commits](https://github.com/wycats/handlebars.js/compare/v4.5.2...master) + +## v4.5.2 - November 13th, 2019 +# Bugfixes + +- fix: use String(field) in lookup when checking for "constructor" - d541378 +- test: add fluent API for testing Handlebars - c2ac79c + +Compatibility notes: +- no incompatibility are to be expected + +[Commits](https://github.com/wycats/handlebars.js/compare/v4.5.1...v4.5.2) ## v4.5.1 - October 29th, 2019 Bugfixs