diff options
author | Greg Aker <greg.aker@ellislab.com> | 2010-11-09 20:46:13 +0100 |
---|---|---|
committer | Greg Aker <greg.aker@ellislab.com> | 2010-11-09 20:46:13 +0100 |
commit | 63277b81edde11b77ff94cbf1c3e5db16c97c4bf (patch) | |
tree | e03d08dcba5de6a97576bbdd6565891dc1d98256 /user_guide/changelog.html | |
parent | 6b6c274e00fe2357004c0a4e38e6bdb0b2e0ddb4 (diff) |
Fix #62 Adding CI_ prefix to Controller.
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 5bfbee702..67fcb7e25 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -75,6 +75,7 @@ Hg Tag: </p> <li>Added ability to set "Package" paths - specific paths where the Loader and Config classes should try to look first for a requested file. This allows distribution of sub-applications with their own libraries, models, config files, etc. in a single "package" directory. See the <a href="libraries/loader.html">Loader class</a> documentation for more details.</li> <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> </ul> <li>Libraries <ul> |