Flipped user guide page titles for easier recognition in tabs:

	<title>CodeIgniter User Guide : Page TItle</title>

to

	<title>Page Title : CodeIgniter User Guide</title>
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index 2242f86..0279e48 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -2,7 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 <head>

 

-<title>CodeIgniter User Guide : Change Log</title>

+<title>Change Log : CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('userguide.css');</style>

 <link rel='stylesheet' type='text/css' media='all' href='userguide.css' />

@@ -89,6 +89,7 @@
 	</li>

     <li>Helpers

 		<ul>

+			<li>Added a Compatibility Helper for using some common PHP 5 functions safely in applications that might run on PHP 4 servers</li>

 			<li>Added <kbd>form_button()</kbd> in the <a href="helpers/form_helper.html">Form helper</a>.</li>

 			<li>Changed the radio() and checkbox() functions to default to not checked by default.</li>

 			<li>Added the ability to include an optional HTTP Response Code in the <kbd>redirect()</kbd> function of the <a href="helpers/url_helper.html">URL Helper</a>.</li>