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)