diff options
author | Aaron Kuzemchak <aaron@kuzemchak.net> | 2011-09-21 03:29:30 +0200 |
---|---|---|
committer | Aaron Kuzemchak <aaron@kuzemchak.net> | 2011-09-21 03:29:30 +0200 |
commit | 44e6182d2e50aef657511660b96486a2c8f8d78d (patch) | |
tree | a58060eea279b1fe1eaa78f79505914371dcc7e0 /user_guide/changelog.html | |
parent | a5e13f9bf78e0cf139b905d131075a146430ce0a (diff) |
Updating changelog
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 fb6e4493a..ad4f6c703 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -97,6 +97,7 @@ Change Log <li>Added max_filename_increment config setting for Upload library.</li> <li><samp>CI_Loader::_ci_autoloader()</samp> is now a protected method.</li> <li>Added <kbd>is_unique</kbd> to the <a href="libraries/form_validation.html">Form Validation library</a>.</li> + <li>Added <kbd>$config['use_page_numbers']</kbd> to the <a href="libraries/pagination.html">Pagination library</a>, which enables real page numbers in the URI.</li> </ul> </li> <li>Core |