diff options
author | Andrey Andreev <narf@devilix.net> | 2016-07-19 13:04:17 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2016-07-19 13:04:17 +0200 |
commit | 9fd9248a2d712d5ae95bf2e6c6cd036e6b522cbb (patch) | |
tree | 07a175d72316b818e91150dd8f387993ce54274c /user_guide_src/source/changelog.rst | |
parent | 17fa8defc1b580df4395200f6536498918bc6ea6 (diff) |
Fix #4679
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 d39900c67..ef8b5d6ce 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -40,6 +40,7 @@ Bug fixes for 3.0.7 - Fixed a bug (#4674) - :doc:`Database <database/index>` driver 'dblib' triggered E_WARNING messages while connecting. - Fixed a bug (#4678) - :doc:`Database Forge <database/forge>` tried to use unsupported `IF NOT EXISTS` clause when creating tables on Oracle. - Fixed a bug (#4691) - :doc:`File Uploading Library <libraries/file_uploading>` method ``data()`` returns wrong 'raw_name' when the filename extension is also contained in the raw filename. +- Fixed a bug (#4679) - :doc:`Input Library <libraries/input>` method ``ip_address()`` errors with a matching ``$config['proxy_ips']`` IPv6 address. Version 3.0.6 ============= |