From 20af33e4eadb0a0b5409029fb573eed82715ed8b Mon Sep 17 00:00:00 2001 From: Nick Martin Date: Wed, 11 Jul 2012 17:29:30 -0700 Subject: [PATCH] Update change log for new handlebars features. --- History.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/History.md b/History.md index 00e25192f59..f3e8f69f364 100644 --- a/History.md +++ b/History.md @@ -8,8 +8,11 @@ * Handlebars improvements * Implement dotted path traversal for helpers and methods. + * Allow functions in helper arguments. + * Change helper nesting rules to allow functions as arguments. * Use `{{this.foo}}` to avoid invoking helper `foo`. * Make event handler `this` reflect the node that matched the selector instead of the event target node. + * Fix keyword arguments to helpers. * Add `nib` support to stylus package. #175