diff options
author | Pascal Kriete <pascal.kriete@ellislab.com> | 2010-11-10 22:47:59 +0100 |
---|---|---|
committer | Pascal Kriete <pascal.kriete@ellislab.com> | 2010-11-10 22:47:59 +0100 |
commit | 0895243fad21dab3ebc4261fe3a6c5b4b32b71e4 (patch) | |
tree | 23e1a420639e1c6a9cc78425924e1d6225278212 /user_guide/changelog.html | |
parent | 5cf9fdcf08cdfba2078c6a055cccc93043730aeb (diff) | |
parent | a769debeafafb8d5488fce8dc21f6c555452357d (diff) |
Automated merge with http://hg.ellislab.com/CodeIgniterNoPhp4/
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r-- | user_guide/changelog.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 181fbe4db..56f750be8 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -106,6 +106,8 @@ Hg Tag: </p> <li>Changed the default encryption mode in the Encryption library to CBC.</li> <li>Added an <kbd>encode_from_legacy()</kbd> method to provide a way to transition encrypted data from CodeIgniter 1.x to CodeIgniter 2.x. Please see the <a href="./installation/upgrade_200.html">upgrade instructions</a> for details.</li> + <li>Altered Form_Validation library to allow for method chaining on <kbd>set_rules()</kbd>, <kbd>set_message()</kbd> and <kbd>set_error_delimiters()</kbd> functions.</li> + <li>Altered Email Library to allow for method chaining.</li> </ul> </li> <li>Database |