From 8f7177940f12ab580562623dfdab5d49a4a790dd Mon Sep 17 00:00:00 2001 From: Timm Friebe Date: Sat, 8 Oct 2022 14:32:29 +0200 Subject: [PATCH] Release 8.0.0 --- ChangeLog.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index 6785930..ad0a4f4 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -3,6 +3,17 @@ HandleBars change log ## ?.?.? / ????-??-?? +## 8.0.0 / 2022-10-08 + +* Merged PR #23: Add support for literal segments, e.g. notations + like `array.[0].[item-class]`. + (@thekid) +* Merged PR #22: Give helpers precedence over input properties. + **Heads up**: This creates a BC break, `{{date}}` will now invoke + the *date* helper instead of selecting the date property from the + current context! + (@thekid) + ## 7.1.1 / 2022-09-11 * Fixed `@first` and `@last` inside nested each loops - @thekid