diff options
author | Aaron Kuzemchak <aaron@kuzemchak.net> | 2011-09-21 03:29:30 +0200 |
---|---|---|
committer | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-11-08 15:48:09 +0100 |
commit | 1a160c9bc2b0817c822365b7aae5866af830d2cd (patch) | |
tree | fb4d7019527b81f9e21e9d98cfbba1b31fe5c7c3 /user_guide | |
parent | da8a560802501cb660952dccab3f3761352c323c (diff) |
Updating changelog
Diffstat (limited to 'user_guide')
-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 9130bf1bd..27980cf32 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -90,6 +90,7 @@ Change Log <li>Added support to set an optional parameter in your callback rules of validation using the <a href="libraries/form_validation.html">Form Validation Library</a>.</li> <li>Added a <a href="libraries/migration.html">Migration Library</a> to assist with applying incremental updates to your database schema.</li> <li>Driver children can be located in any package path.</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 |