diff options
author | Derek Allard <derek.allard@ellislab.com> | 2007-08-14 13:41:16 +0200 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2007-08-14 13:41:16 +0200 |
commit | fc40afda438195ec3d6f2a4c61477f7c09ec5e1a (patch) | |
tree | 07c4951075e70123162c4ef38c5128a32342b024 /user_guide/changelog.html | |
parent | 89bf50f992b97772acb4028bbd7c9faf81899148 (diff) |
Documented the timezones() function in the Date Helper
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r-- | user_guide/changelog.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index d03fab5c8..e11bdc7dd 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -71,7 +71,8 @@ Change Log <li>Reorganized the URI and Routes classes for better clarity.</li>
<li>Javascript Calendar plugin now uses the months and days from the calendar language file, instead of hard-coded values, internationalizing it </li>
<li>Removed "rand()" as a listed option from orderby in the <a href="./database/active_record.html">Active Record</a>, as it was MySQL only. </li>
- <li>Added titles to all user manual pages </li>
+ <li>Added titles to all user manual pages</li>
+ <li>Documented the timezones() function in the <a href="./helpers/date_helper.html">Date Helper</a></li>
<li>Fixed a bug in database driver where num_rows property wasn't getting updated </li>
<li>Fixed a bug in captcha calling an invalid PHP function</li>
<li>Fixed a bug in _html_entity_decode_callback() when 'global_xss_filtering' is enabled.</li>
|