diff options
author | Andrey Andreev <narf@bofh.bg> | 2011-12-20 14:08:09 +0100 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2011-12-20 14:08:09 +0100 |
commit | 072ad622583f79967ed9ab8269911c6700a95a2f (patch) | |
tree | 2fc7d768eb364846c1bbd6623696fe4cb85c500a /user_guide_src/source/changelog.rst | |
parent | 4eea9895e8ced75a1099c56215c09773de94b92c (diff) | |
parent | fec2f59721af5721ede0d2b60075910a6b646c03 (diff) |
Merge remote-tracking branch 'upstream/develop' into develop
Diffstat (limited to 'user_guide_src/source/changelog.rst')
-rw-r--r-- | user_guide_src/source/changelog.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index 74c29a509..62f60b1bb 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -40,6 +40,7 @@ Release Date: Not Released - Added new :doc:`Active Record <database/active_record>` methods that return the SQL string of queries without executing them: get_compiled_select(), get_compiled_insert(), get_compiled_update(), get_compiled_delete(). + - Taking care of LIKE condition when used with MySQL UPDATE statement. - Libraries @@ -73,6 +74,7 @@ Bug fixes for 3.0 - Fixed bugs (#157 and #174) - the Image_lib clear() function now resets all variables to their default values. - 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. Version 2.1.0 ============= |