From 61d1977d4b1a37043ed7dde43701483bf2714785 Mon Sep 17 00:00:00 2001 From: Phil Sturgeon Date: Sun, 13 Nov 2011 19:23:40 +0000 Subject: More changelog tweaking. --- user_guide/changelog.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'user_guide') diff --git a/user_guide/changelog.html b/user_guide/changelog.html index d065bd478..353427546 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -82,6 +82,7 @@ Change Log
  • Typecast limit and offset in the Database driver to integers to avoid possible injection.
  • Added additional option 'none' for the optional third argument for $this->db->like() in the Database driver.
  • +
  • Added $this->db->insert_batch() support to the OCI8 (Oracle) driver.
  • Libraries @@ -90,7 +91,9 @@ Change Log
  • Added support to set an optional parameter in your callback rules of validation using the Form Validation library.
  • Added a Migration library to assist with applying incremental updates to your database schema.
  • Driver children can be located in any package path.
  • +
  • Added is_unique to the Form Validation library.
  • Added $config['use_page_numbers'] to the Pagination library, which enables real page numbers in the URI.
  • +
  • Added TLS and SSL Encryption for SMTP.
  • Core -- cgit v1.2.3-24-g4f1b