summaryrefslogtreecommitdiffstats
path: root/user_guide
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2007-07-14 16:26:13 +0200
committerDerek Allard <derek.allard@ellislab.com>2007-07-14 16:26:13 +0200
commit060052de1f91b9b1fc533d0957eb18dab9057bfe (patch)
tree4490b64068c606808265bab645b521e8b36b751c /user_guide
parent9a6e40fc2b34a03d9727012e7ec69a5f12242e6f (diff)
Fixed a bug in database driver where num_rows property wasn't getting updated
Diffstat (limited to 'user_guide')
-rw-r--r--user_guide/changelog.html10
1 files changed, 8 insertions, 2 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index b34c4a80c..3e9db57cc 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -62,11 +62,17 @@ Change Log
<h1>Change Log</h1>
+<h2>Version 1.5.5</h2>
+<p>Release Date: -- still in development </p>
+<ul>
+ <li>Fixed a bug in database driver where num_rows property wasn't getting updated </li>
+</ul>
<h2>Version 1.5.4</h2>
<p>Release Date: July 12, 2007 </p>
<ul>
- <li>Added <a href="./libraries/language.html">custom Language files</a> to the <a href="./general/autoloader.html">autoload</a> options. </li>
- <li>Added stripslashes() to the _clean_input_data() function in the <a href="./libraries/input.html">Input class</a> when magic quotes is on so that data will always be un-slashed within the framework.</li>
+ <li>Added <a href="./libraries/language.html">custom Language files</a> to the <a href="./general/autoloader.html">autoload</a> options. </li>
+</ul>
+<ul><li>Added stripslashes() to the _clean_input_data() function in the <a href="./libraries/input.html">Input class</a> when magic quotes is on so that data will always be un-slashed within the framework.</li>
<li>Added array to string into the <a href="general/profiling.html">profiler</a>.</li>
<li>Added some additional mime types in application/config/mimes.php.</li>
<li>Added filename_security() method to <a href="./libraries/input.html">Input library</a>.</li>