From d48ef1c8e2e84067a58818291935593d70e491f8 Mon Sep 17 00:00:00 2001 From: admin Date: Thu, 21 Sep 2006 06:22:05 +0000 Subject: --- user_guide/general/changelog.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'user_guide/general') diff --git a/user_guide/general/changelog.html b/user_guide/general/changelog.html index 80ffe7a4e..9aa9dcf02 100644 --- a/user_guide/general/changelog.html +++ b/user_guide/general/changelog.html @@ -79,6 +79,9 @@ Change Log
  • Fixed a bug that was causing a PHP error when the Exceptions class was called within the _get_config() function.
  • Fixed an oversight in the cookie helper in which the config file cookie settings were not being honored.
  • Added some code to allow email attachments to be reset when sending batches of email.
  • +
  • Deprecated the application/scripts folder. It will continue to work for legacy users, but it is recommended that you create your own +libraries or models instead. +
  • Deprecated the $autoload['core'] item from the autoload.php file. Instead, please now use: $autoload['libraries']
  • Deprecated the following database functions: $this->db->smart_escape_str() and $this->db->fields().
  • -- cgit v1.2.3-24-g4f1b