diff options
author | Rick Ellis <rick.ellis@ellislab.com> | 2007-07-22 20:21:04 +0200 |
---|---|---|
committer | Rick Ellis <rick.ellis@ellislab.com> | 2007-07-22 20:21:04 +0200 |
commit | 27842ada690fab499ec9502d3ebcf03a9d12c313 (patch) | |
tree | 6ea12f56809798e33ecb523fc24f8e70640e755e | |
parent | 268c26c5bc2e218ae4aa3a91cf292e179dab04ed (diff) |
-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 4d313106a..4220c6e0a 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -66,6 +66,7 @@ Change Log <p>Release Date: -- still in development </p>
<ul>
<li>Added $this->DB->save_queries variable to DB driver, enabling queries to get saved or no. Previously they were always saved.</li>
+ <li>Added <dfn>$assign_to_controller</dfn> variable in the main <kbd>index.php</kbd> file. Anything that this variable contains will be passed automatically to a controller constructor when initialized.</li>
<li>Reorganized the URI and Routes classes for better clarity.</li>
<li>Fixed a bug in database driver where num_rows property wasn't getting updated </li>
<li>Fixed a bug in captcha calling an invalid PHP function</li>
|