diff options
author | Derek Allard <derek.allard@ellislab.com> | 2010-08-05 16:08:33 +0200 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2010-08-05 16:08:33 +0200 |
commit | 2ddc9496e9403a59a87b644d1c2b9a106b773e46 (patch) | |
tree | 5762dccce2cc5c308cbc8224f09442729cac4bc3 /user_guide/changelog.html | |
parent | 073e15cea53c53b73a215a86a22aabe4d5db2549 (diff) |
Added an optional second parameter to <kbd>show_404()</kbd> to disable logging.
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r-- | user_guide/changelog.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 714e9e86e..ce017c9fd 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -132,6 +132,7 @@ Hg Tag: </p> </li> <li>Other Changes <ul> + <li>Added an optional second parameter to <kbd>show_404()</kbd> to disable logging.</li> <li>Updated loader to automatically apply the sub-class prefix as an option when loading classes. Class names can be prefixed with the standard "CI_" or the same prefix as the subclass prefix, or no prefix at all.</li> <li>Increased randomness with <kbd>is_really_writable()</kbd> to avoid file collisions when hundreds or thousands of requests occur at once.</li> <li>Switched some DIR_WRITE_MODE constant uses to FILE_WRITE_MODE where files and not directories are being operated on.</li> |