From 885b0343036695ad673fc24ba7682fc155c54036 Mon Sep 17 00:00:00 2001 From: admin Date: Thu, 21 Sep 2006 05:36:15 +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 ca04b140c..80ffe7a4e 100644 --- a/user_guide/general/changelog.html +++ b/user_guide/general/changelog.html @@ -71,10 +71,13 @@ Change Log
  • Added Inflector helper.
  • Added element() function in the array helper.
  • Added $this->output->set_header() function, which allows you to set server headers.
  • +
  • Added RAND() to active record orderby() function.
  • +
  • Added delete_cookie() and get_cookie() to Cookie helper, even though the input class has a cookie fetching function.
  • Removed the is_numeric test from the db->escape() function.
  • Fixed a MySQLi bug that was causing error messages not to contain proper errror data.
  • Fixed a bug in the email class which was causing it to ignore explicitly set alternative headers.
  • 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 following database functions: $this->db->smart_escape_str() and $this->db->fields().
  • -- cgit v1.2.3-24-g4f1b