diff options
author | Andrey Andreev <narf@bofh.bg> | 2013-04-04 12:59:50 +0200 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2013-04-04 12:59:50 +0200 |
commit | 1ccaaaeb27d368e6bef5112aa00059eef1635c09 (patch) | |
tree | 9598557998d7e4c55034de2d5b9bc06f8a1b1c68 /user_guide_src/source/changelog.rst | |
parent | ea4ea94ef615458f2f786397a84a7c0e0d5876ee (diff) |
Add a changelog entry for PR #2343
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 86907ca53..95309b4cb 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -493,6 +493,7 @@ Bug fixes for 3.0 - Fixed a bug (#2236) - :doc:`Form Helper <helpers/form_helper>` function ``set_value()`` didn't parse array notation for keys if the rule was not present in the :doc:`Form Validation Library <libraries/form_validation>`. - Fixed a bug (#2353) - :doc:`Query Builder <database/query_builder>` erroneously prefixed literal strings with **dbprefix**. - Fixed a bug (#78) - :doc:`Cart Library <libraries/cart>` didn't allow non-English letters in product names. +- Fixed a bug (#77) - :doc:`Database Class <database/index>` didn't properly handle the transaction "test mode" flag. Version 2.1.3 ============= |