diff options
author | Andrey Andreev <narf@bofh.bg> | 2011-12-21 15:42:51 +0100 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2011-12-21 15:42:51 +0100 |
commit | bb2488305194e50881df0971bf4f33f30d974d36 (patch) | |
tree | 31d476a7589812a61a7f8837ff29971f41330a6f /user_guide_src/source/changelog.rst | |
parent | fec2f59721af5721ede0d2b60075910a6b646c03 (diff) |
Improved the Cart library
Diffstat (limited to 'user_guide_src/source/changelog.rst')
-rw-r--r-- | user_guide_src/source/changelog.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index 62f60b1bb..8a7109feb 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -75,6 +75,7 @@ Bug fixes for 3.0 - Fixed a bug where using $this->dbforge->create_table() with PostgreSQL database could lead to fetching whole table. - Bug #795 - Fixed form method and accept-charset when passing an empty array. - Bug #797 - timespan was using incorrect seconds for year and month. +- Fixed a bug in CI_Cart::contents() where if called without a TRUE (or equal) parameter, it would fail due to a typo. Version 2.1.0 ============= |