From 61f15d9a808cdb5a985cb637122f6d66fc776e8c Mon Sep 17 00:00:00 2001 From: Rick Ellis Date: Wed, 22 Oct 2008 22:55:12 +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 ef9e4499d..83c4863f1 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -111,6 +111,7 @@ SVN Revision: XXXX

  • 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.
  • +
  • Improved Parser class to allow multiple calls to the parse() function. The output of each is appended in the output.
  • Modified Cookie key cleaning to unset a few troublesome key names that can be present in certain environments, preventing CI from halting execution.
  • @@ -147,6 +148,7 @@ SVN Revision: XXXX

  • Fixed a Form Validation bug in which the "isset" error message was being trigged by the "required" rule.
  • Fixed a spelling error in a Loader error message.
  • Fixed a bug (5050) with IP validation with empty segments.
  • +
  • Fixed a bug in which the parser was being greedy if multiple identical sets of tags were enountered.
  • Version 1.6.3

    -- cgit v1.2.3-24-g4f1b