summaryrefslogtreecommitdiffstats
path: root/user_guide/changelog.html
diff options
context:
space:
mode:
authoradmin <devnull@localhost>2006-10-24 02:20:22 +0200
committeradmin <devnull@localhost>2006-10-24 02:20:22 +0200
commit2c386a2a0aa1f597b9cc3983a284b4775e54696b (patch)
tree74ea245cf4118c90e41e7a68eed8a75d7d9f1fc4 /user_guide/changelog.html
parent2b47ea414625b77a5694419f6905927d614e3e3b (diff)
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r--user_guide/changelog.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index 258216e4b..c8e113547 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -66,6 +66,9 @@ Change Log
<h2>Version 1.5.0 Beta 3</h2>
<p>Release Date: October 25, 2006</p>
+<p class="important"><strong>Important:</strong>&nbsp; In Beta 3, the way native libraries are extended has changed slightly thanks to
+a suggestion offered by coolfactor in our forums. Please check the documentation below if you are extending classes.</p>
+
<ul>
<li>Added <a href="./database/utilities.html">DB utility class</a>, permitting DB backups, CVS or XML files from DB results, and various other functions.</li>
<li>Added <a href="./database/caching.html">Database Caching Class</a>.</li>
@@ -94,6 +97,7 @@ Change Log
<li>Fixed a bug in the typography helper that was incorrectly wrapping block level elements in paragraph tags.</li>
<li>Fixed a problem in the form_prep() function that was double encoding entities.</li>
<li>Fixed a bug that affects some versions of PHP when output buffering is nested.</li>
+<li>Fixed a bug that caused CI to stop working when the PHP magic __get() function was used within models or controllers.</li>
<li><strong>Deprecated "init" folder</strong>. Initialization happens automatically now. <a href="creating_libraries.html">Please see documentation</a>.</li>
<li><strong>Deprecated</strong> $this->db->field_names() USE $this->db->list_fields()</li>
<li><strong>Deprecated</strong> the <dfn>$config['log_errors']</dfn> item from the config.php file. Instead, <dfn>$config['log_threshold']</dfn> can be set to "0" to turn it off.</li>