diff options
author | Derek Allard <derek.allard@ellislab.com> | 2007-10-24 21:09:23 +0200 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2007-10-24 21:09:23 +0200 |
commit | 19eb5d5ec6e5bb1c9a229e480c47b8f892dd2634 (patch) | |
tree | 126925a520bd8326701fe6d8890342a125bdb07c | |
parent | b84fcd23bf17f58c3db073f9d7443bd6fcab46f0 (diff) |
Added a few additional mime type variations for CSV
-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 5282c200b..edee308be 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -77,7 +77,7 @@ Change Log <li>Documented the timezones() function in the <a href="./helpers/date_helper.html">Date Helper</a>.</li>
<li>Documented unset_userdata in the <a href="./libraries/sessions.html">Session class</a>.</li>
<li>Changed the behaviour of custom callbacks so that they no longer trigger the "required" rule. </li>
- <li>Added a few additional mime type variations for CSV </li>
+ <li>Added a few additional mime type variations for CSV.</li>
<li>Fixed a bug in <a href="./libraries/validation.html">Validation</a> where valid_ip() wasn't called properly.</li>
<li>Fixed a bug in the Session library where user agent matching would fail on user agents ending with a space. </li>
<li>Fixed a bug in database driver where num_rows property wasn't getting updated.</li>
|