Update CHANGELOG.md

This commit is contained in:
Samuel Georges 2014-05-22 22:16:57 +10:00
parent 2b43b9d6fb
commit b72cb7368d
1 changed files with 1 additions and 1 deletions

View File

@ -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)