From b72cb7368dc832dfd18a241e8f0d1dc6a1e0b655 Mon Sep 17 00:00:00 2001 From: Samuel Georges Date: Thu, 22 May 2014 22:16:57 +1000 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae04f1d2f..4ec974c87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ * **Build 89** (2014-05-22) - Components have a new override method `onRender()` called before a component is rendered. - - The `{% component %} tag now supports passing parameters that override the component properties when they are rendered. + - The `{% component %}` tag now supports passing parameters that override the component properties when they are rendered. - Calling `addJs()` and `addCss()` in components without a starting slash (/) will now reference the component directory, instead of the theme. * **Build 87** (2014-05-21)