diff options
author | Greg Aker <greg.aker@ellislab.com> | 2011-04-18 16:40:19 +0200 |
---|---|---|
committer | Greg Aker <greg.aker@ellislab.com> | 2011-04-18 16:40:19 +0200 |
commit | 826429cf40a9624788b92d2e6e4b7659e1b0d8a1 (patch) | |
tree | 7a9b7a97a815a1ed51fbf3e058377958cbb4b1c9 /user_guide/changelog.html | |
parent | bffb7769c6f31b7a47355d4eb66f5ac1d85c2a2e (diff) |
Added an optional third parameter to heading() which allows adding html attributes to the rendered heading tag.
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r-- | user_guide/changelog.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 0ebe74ae6..0afc5b822 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -68,6 +68,11 @@ Change Log <li></li> </ul> </li> + <li>Helpers + <ul> + <li>Added an optional third parameter to <samp>heading()</samp> which allows adding html attributes to the rendered heading tag.</li> + </ul> + </li> </ul> <h3>Bug fixes for 2.0.3</h3> |