summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShane Pearson <bubbafoley@gmail.com>2011-08-22 23:17:32 +0200
committerPhil Sturgeon <email@philsturgeon.co.uk>2011-11-02 10:53:25 +0100
commit72b5b8a506df81252d71c69336c0de0172f9e616 (patch)
tree971c092391522ea72873bcb859c36a907952df2a
parent8d0a31314fbf8040cce5d7601a12fffe208ae884 (diff)
updated changelog message
-rw-r--r--user_guide/changelog.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index 69ba4e6c8..9130bf1bd 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -110,7 +110,7 @@ Change Log
<li>Fixed bug #105 that stopped query errors from being logged unless database debugging was enabled</li>
<li>Fixed a bug (#160) - Removed unneeded array copy in the file cache driver.</li>
<li>Fixed a bug (#150) - <samp>field_data()</samp> now correctly returns column length.</li>
- <li>Fixed a bug (#8) - Look for core classes in <samp>APPPATH</samp> first.</li>
+ <li>Fixed a bug (#8) - <samp>load_class()</samp> now looks for core classes in <samp>APPPATH</samp> first, allowing them to be replaced.</li>
<li>Fixed a bug (#24) - ODBC database driver called incorrect parent in __construct().</li>
<li>Fixed a bug (#85) - OCI8 (Oracle) database <kbd>escape_str()</kbd> function did not escape correct.</li>
<li>Fixed a bug (#344) - Using schema found in <a href="libraries/sessions.html">Saving Session Data to a Database</a>, system would throw error "user_data does not have a default value" when deleting then creating a session.</li>