summaryrefslogtreecommitdiffstats
path: root/user_guide
diff options
context:
space:
mode:
authorEric Barnes <eric@ericlbarnes.com>2011-08-24 05:51:30 +0200
committerEric Barnes <eric@ericlbarnes.com>2011-08-24 05:51:30 +0200
commit190d88f3e0a65e52534dc3e09438fe4d9673bf11 (patch)
tree89791aba6eab1e64f9dfb02f9857adad1c0e66b7 /user_guide
parentaadf15d2b5337b7c66dc974d0b7a872030ed02c1 (diff)
parent48705c3345cf115910dbaa798f60288ea7b9ca36 (diff)
Merge pull request #268 from bubbafoley/develop
Fix #8 - Core classes can now be replaced
Diffstat (limited to 'user_guide')
-rw-r--r--user_guide/changelog.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index 9d8fd2b54..4c207d6bc 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -105,6 +105,7 @@ Change Log
<li>Fixed a bug (#181) where a mis-spelling was in the form validation language file.</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) - <samp>load_class()</samp> now looks for core classes in <samp>APPPATH</samp> first, allowing them to be replaced.</li>
</ul>
<h2>Version 2.0.3</h2>