Altered Form_Validation library to allow for method chaining on set_rules(), set_message() and set_error_delimiters() functions.
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index 4b6078a..fbfab43 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -106,6 +106,7 @@
 			<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>
 		</ul>
 	</li>
 	<li>Database