summaryrefslogtreecommitdiffstats
path: root/user_guide_src
diff options
context:
space:
mode:
authorAndrew Seymour <commit@andrewseymour.co.uk>2011-12-13 12:40:15 +0100
committerAndrew Seymour <commit@andrewseymour.co.uk>2011-12-13 12:40:15 +0100
commit2e5bda3bde171e71306c80479f04d886127d88a2 (patch)
tree94dc56c429348936655451b7e3ac9348237772f0 /user_guide_src
parentcde712ce354dcfd69f9c5e2b56ef7d6f1206d11a (diff)
Updated Cart.php to handle quantity changes differently (now auto-increments), also updated the changelog to reflect this change for the people that are currently using this library
Diffstat (limited to 'user_guide_src')
-rw-r--r--user_guide_src/source/changelog.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst
index 6f41f4519..71104418a 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -47,6 +47,7 @@ Release Date: Not Released
- 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)
+ - The Cart library now auto-increments quantity's instead of just resetting it, this is the default behaviour of large e-commerce sites.
- Core