From d78cc73d3c51763654d66d52b5b761231f5adea9 Mon Sep 17 00:00:00 2001 From: roydukkey Date: Mon, 13 Jan 2020 08:30:15 -0500 Subject: [PATCH] Fixes spelling and punctuation (cherry picked from commit fd3ca85d136d9f7f11faeda2fbcb3fd56f05cf42) --- release-notes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release-notes.md b/release-notes.md index 09ecc2a03..02fa7f54f 100644 --- a/release-notes.md +++ b/release-notes.md @@ -74,13 +74,13 @@ Chores, docs: BREAKING CHANGES: - access to prototype properties is forbidden completely by default, - specific properties or methods can be allow via runtime-options. + specific properties or methods can be allowed via runtime-options. See #1633 for details. If you are using Handlebars as documented, you should not be accessing prototype properties from your template anyway, so the changes should not be a problem for you. Only the use of undocumented features can break your build. - That is why we only bump the minor version despite mentioning breaking changes + That is why we only bump the minor version despite mentioning breaking changes. [Commits](https://github.com/wycats/handlebars.js/compare/v4.5.3...v4.6.0)