From 9f9af60e2d852177403a941ad876718161ba1375 Mon Sep 17 00:00:00 2001 From: Greg Aker Date: Wed, 10 Nov 2010 15:41:51 -0600 Subject: Altered Form_Validation library to allow for method chaining on set_rules(), set_message() and set_error_delimiters() functions. --- user_guide/changelog.html | 1 + 1 file changed, 1 insertion(+) (limited to 'user_guide/changelog.html') diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 4b6078a5a..fbfab43aa 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -106,6 +106,7 @@ Hg Tag:

  • Changed the default encryption mode in the Encryption library to CBC.
  • Added an encode_from_legacy() method to provide a way to transition encrypted data from CodeIgniter 1.x to CodeIgniter 2.x. Please see the upgrade instructions for details.
  • +
  • Altered Form_Validation library to allow for method chaining on set_rules(), set_message() and set_error_delimiters() functions.
  • Database -- cgit v1.2.3-24-g4f1b