diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-02-13 00:46:56 +0100 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-02-13 00:46:56 +0100 |
commit | 6b58e5611dc7668da86a5a71b11256d342804301 (patch) | |
tree | 0b62c9b314b988aa4bb226db8ed1c5e621990298 /user_guide_src/source/changelog.rst | |
parent | 6b7368f61761d8fd177ab752c6bea829f0ca2ea5 (diff) |
Fix a changelog entry
Diffstat (limited to 'user_guide_src/source/changelog.rst')
-rw-r--r-- | user_guide_src/source/changelog.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index 98bb43f7d..faea35872 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -57,7 +57,7 @@ Release Date: Not Released - Added max_filename_increment config setting for Upload library. - CI_Loader::_ci_autoloader() is now a protected method. - Modified valid_ip() to use PHP's filter_var() when possible (>= PHP 5.2) in the :doc:`Form Validation library <libraries/form_validation>`. - - Added custom filename to Email::attach() as $this->email->attach($filename, $disposition, $newname) + - Added custom filename to Email::attach() as $this->email->attach($filename, $disposition, $newname) - Cart library changes include: - It now auto-increments quantity's instead of just resetting it, this is the default behaviour of large e-commerce sites. - Product Name strictness can be disabled via the Cart Library by switching "$product_name_safe" |