diff options
author | freewil <sean@eternalrise.com> | 2011-09-30 04:11:01 +0200 |
---|---|---|
committer | freewil <sean@eternalrise.com> | 2011-09-30 04:11:01 +0200 |
commit | 1244d84855325ad94e2563f23574259840cb85b0 (patch) | |
tree | c7eb01906d0c81c0495f4861390434179ef57e89 | |
parent | f6faa536b11f2ded3973a3e976938e99537ba16a (diff) |
add changelog note about CI_CORE removal
-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 81514af73..1a6cf9868 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -111,6 +111,7 @@ Change Log <li>Core <ul> <li>Changed private functions in CI_URI to protected so MY_URI can override them.</li> + <li>Removed CI_CORE boolean constant from CodeIgniter.php (no longer Reactor and Core versions).</li> </ul> </li> </ul> |