diff options
author | Andrey Andreev <narf@devilix.net> | 2016-02-05 11:44:19 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2016-02-05 11:44:19 +0100 |
commit | 805eddaefd9503b5dbbd924bd6da66e29c4768f3 (patch) | |
tree | 665b370c9d0b0c2450aeb7973613d832120f8f65 /user_guide_src/source/changelog.rst | |
parent | 27eb5c9e63b15643f9648bb7198c680010debbd1 (diff) |
Fix #4431
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 7e72c230f..e993a862a 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -25,6 +25,7 @@ Bug fixes for 3.0.5 - Fixed a bug (#4415) - :doc:`Form Validation Library <libraries/form_validation>` rule **valid_url** didn't accept URLs with IPv6 addresses enclosed in square brackets under PHP 5 (upstream bug). - Fixed a bug (#4427) - :doc:`CAPTCHA Helper <helpers/capcha_helper>` triggers an error if the provided character pool is too small. - Fixed a bug (#4430) - :doc:`File Uploading Library <libraries/file_uploading>` option **file_ext_tolower** didn't work. +- Fixed a bug (#4431) - :doc:`Query Builder <database/query_builder>` method ``join()`` discarded opening parentheses. Version 3.0.4 ============= |