From 418ca33235482dd8dacb2bf1c1ade067c53af2de Mon Sep 17 00:00:00 2001 From: Rick Ellis Date: Sat, 18 Oct 2008 06:49:41 +0000 Subject: --- user_guide/changelog.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'user_guide/changelog.html') diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 54e50a44a..214d57195 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -110,6 +110,7 @@ SVN Revision: XXXX

  • Added support for mb_strlen in the validation class so that multi-byte languages will calculate string lengths properly.
  • Added support for multiple database connections in the Profiler class.
  • Added port support to MySQL, MySQLi, and MS SQL database drivers.
  • +
  • Added Active Record caching feature to update and delete functions.
  • Modified Cookie key cleaning to unset a few troublesome key names that can be present in certain environments, preventing CI from halting execution.
  • @@ -141,6 +142,7 @@ SVN Revision: XXXX

  • Fixed Image_lib class bug #4532. When cropping an image with identical height/width settings on output, a copy is made.
  • Fixed DB_driver bug (4900), in which a database error was not being logged correctly.
  • Fixed DB backup bug in which field names were not being escaped.
  • +
  • Fixed a DB Active Record caching bug in which multiple calls to cached data were not being honored.
  • Fixed a spelling error in a Loader error message.
  • Fixed a bug (5050) with IP validation with empty segments.
  • -- cgit v1.2.3-24-g4f1b