diff options
author | Phil Sturgeon <email@philsturgeon.co.uk> | 2010-12-15 15:23:14 +0100 |
---|---|---|
committer | Phil Sturgeon <email@philsturgeon.co.uk> | 2010-12-15 15:23:14 +0100 |
commit | 4df8b2276bbcc7f025a41b0d09f2f8cd7927b51a (patch) | |
tree | 8c6e9701414a7ec384f0ef287057a77266c7a677 /user_guide/changelog.html | |
parent | fd6948997faf5f064f76353da65bd1d0ec65ec51 (diff) |
<kbd>['base_url']</kbd> is now empty by default and will guess what it should be.
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r-- | user_guide/changelog.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index c3693e5f9..30734a835 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -76,6 +76,10 @@ Hg Tag: </p> <li>In-development code is now hosted at <a href="http://bitbucket.org/ellislab/codeigniter/">BitBucket</a>.</li> <li>Removed the deprecated Validation Class.</li> <li>Added CI_ Prefix to all core classes.</li> + <li>Package paths can now be set in application/config/autoload.php.</li> + <li>Upload library file_name can now be set without an extension, the extension will be taken from the uploaded file instead of the given name.</li> + <li>Name can be omitted from $this->dbforge->modify_column()'s 2nd param if you aren't changing the name.</li> + <li><kbd>$config['base_url']</kbd> is now empty by default and will guess what it should be.</li> </ul> <li>Libraries <ul> |