diff options
author | Derek Jones <derek.jones@ellislab.com> | 2008-05-07 04:44:12 +0200 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2008-05-07 04:44:12 +0200 |
commit | f9b5654270c721c3055facd65f01363c0db99799 (patch) | |
tree | 1a600b23f420b639692025c393c8f74d5e7b3d0d | |
parent | f9f9f66428518cdae3a2a9ce157d4755c4e8f9f9 (diff) |
added an appropriate thank you to Seppo for his tremendous efforts in laying the ground work for the Compatibility Helper
-rw-r--r-- | user_guide/changelog.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index c5093057d..51f594f23 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -89,7 +89,7 @@ SVN Commit: not currently released</p> </li>
<li>Helpers
<ul>
- <li>Added a <a href="helpers/compatibility_helper.html">Compatibility Helper</a> for using some common PHP 5 functions safely in applications that might run on PHP 4 servers</li>
+ <li>Added a <a href="helpers/compatibility_helper.html">Compatibility Helper</a> for using some common PHP 5 functions safely in applications that might run on PHP 4 servers (thanks Seppo for the hard work and code contribution!)</li>
<li>Added <kbd>form_button()</kbd> in the <a href="helpers/form_helper.html">Form helper</a>.</li>
<li>Changed the radio() and checkbox() functions to default to not checked by default.</li>
<li>Added the ability to include an optional HTTP Response Code in the <kbd>redirect()</kbd> function of the <a href="helpers/url_helper.html">URL Helper</a>.</li>
|