diff options
author | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-08-21 23:15:32 +0200 |
---|---|---|
committer | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-08-21 23:15:32 +0200 |
commit | 70fb1fdb96df64f2282d00330c98f79aa0adec50 (patch) | |
tree | 241df8192b5f77672f80bb26fdd95d856ed4e721 /user_guide/changelog.html | |
parent | 284dd9756b8c03059d13e460190d2385ba599a91 (diff) | |
parent | 2239277052a79434b5e8f4e9ca3ce7cd7dfc5375 (diff) |
Merge pull request #251 from darkhouse/feature/issue26
Fixed issue #26. Added max_filename_increment as a config setting.
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 bb05f99e1..7af8f7b29 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -89,6 +89,7 @@ Change Log <li class="reactor">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 class="reactor">Added a <a href="libraries/migration.html">Migration Library</a> to assist with applying incremental updates to your database schema.</li> <li class="reactor">Driver children can be located in any package path.</li> + <li class="reactor">Added max_filename_increment config setting for Upload library.</li> </ul> </li> </ul> |