summaryrefslogtreecommitdiffstats
path: root/user_guide/changelog.html
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2007-12-21 15:59:26 +0100
committerDerek Allard <derek.allard@ellislab.com>2007-12-21 15:59:26 +0100
commitfac8042f055048d83414d72a18fc0d70ec7d3ddf (patch)
tree04abee5360d3567a650a5a7f6bfbf61c6566ae66 /user_guide/changelog.html
parent0a64f440ea25495dd96c6a5fd00d315077029f89 (diff)
Added Zip Encoding Class to the table of contents of the userguide.
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r--user_guide/changelog.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index 3fbac474a..7bdc3da2a 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -108,7 +108,8 @@ Change Log
<li>Fixed a typo in the <a href="./helpers/string_helper.html">String Helper</a> (uniquid changed to uniqid) </li>
<li>Fixed a typo in the DocBlock comment for unset_userdata() in Session.</li>
<li>Fixed a typo in the table library docs. </li>
- <li>Moved part of the userguide menu javascript to an external file. </li>
+ <li>Moved part of the userguide menu javascript to an external file.</li>
+ <li>Added <a href="http://codeigniter.com/user_guide/libraries/zip.html">Zip Encoding Class</a> to the table of contents of the userguide.</li>
<li>Deprecated from Active Record; <kbd>getwhere()</kbd> for <kbd>get_where()</kbd>; <kbd>groupby()</kbd> for <kbd>group_by()</kbd>; <kbd>orderby()</kbd> for <kbd>order_by</kbd>; <kbd>orwhere()</kbd> for <kbd>or_where()</kbd>; and <kbd>orlike()</kbd> for <kbd>or_like()</kbd>.</li>
</ul>