From 1a73cb0a2847087645bc5d968743c8a2d8bd52b7 Mon Sep 17 00:00:00 2001
From: Pascal Kriete
Date: Tue, 5 Apr 2011 15:17:41 -0400
Subject: Changelogging
---
user_guide/changelog.html | 7 +++++++
1 file changed, 7 insertions(+)
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
- General changes
+ - The Security library was moved to the core and is now loaded automatically. Please remove your loading calls.
+ - The CI_SHA class is now deprecated. All supported versions of PHP provide a sha1() function.
- constants.php will now be loaded from the environment folder if available.
- Added language key error logging
- Added Environment Support for Hooks.
- Added CI_ Prefix to the Cache driver.
+ - Helpers
+
+ - Removed the previously deprecated dohash() from the Security helper; use do_hash() instead.
+
+
- Database
- $this->db->count_all_results() will now return an integer instead of a string.
--
cgit v1.2.3-24-g4f1b