summaryrefslogtreecommitdiffstats
path: root/user_guide
diff options
context:
space:
mode:
authorPascal Kriete <pascal.kriete@ellislab.com>2011-04-05 21:17:41 +0200
committerPascal Kriete <pascal.kriete@ellislab.com>2011-04-05 21:17:41 +0200
commit1a73cb0a2847087645bc5d968743c8a2d8bd52b7 (patch)
treeb85de5c152499952c9737570aef099d6e0952922 /user_guide
parentf1bd6fa78a3235ade2365a43bb5124ff72807c96 (diff)
Changelogging
Diffstat (limited to 'user_guide')
-rw-r--r--user_guide/changelog.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index 013c55766..ffdc27266 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -66,12 +66,19 @@ Hg Tag: n/a</p>
<ul>
<li>General changes
<ul>
+ <li>The <a href="./libraries/security.html">Security library</a> was moved to the core and is now loaded automatically. Please remove your loading calls.</li>
+ <li>The CI_SHA class is now deprecated. All supported versions of PHP provide a <kbd>sha1()</kbd> function.</li>
<li class="reactor"><kbd>constants.php</kbd> will now be loaded from the environment folder if available.</li>
<li class="reactor">Added language key error logging</li>
<li class="reactor">Added Environment Support for Hooks.</li>
<li class="reactor">Added CI_ Prefix to the <a href="libraries/caching.html">Cache driver</a>.</li>
</ul>
</li>
+ <li>Helpers
+ <ul>
+ <li>Removed the previously deprecated <kbd>dohash()</kbd> from the <a href="./helpers/security_helper.html">Security helper</a>; use <kbd>do_hash()</kbd> instead.</li>
+ </ul>
+ </li>
<li>Database
<ul>
<li class="reactor"><kbd>$this->db->count_all_results()</kbd> will now return an integer instead of a string.</li>