diff options
author | Leandro Mangini Antunes <leandrowkz@gmail.com> | 2015-05-13 17:53:21 +0200 |
---|---|---|
committer | Leandro Mangini Antunes <leandrowkz@gmail.com> | 2015-05-13 17:53:21 +0200 |
commit | 56514f1de740ff72198228a10deab8f9da2dfe13 (patch) | |
tree | ee7633ec7674a5e60aa9e411d31b63819460e279 | |
parent | dee92a039aca627b55a8c0ed131f4d97dcc7223e (diff) |
Update changelog.rst
-rw-r--r-- | user_guide_src/source/changelog.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index f9fe93903..15be738d6 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -18,7 +18,6 @@ Release Date: Not Released Bug fixes for 3.0.1 ------------------- -- Fixed a bug (#3854) - Using field_data() on Oracle databases - Fixed a bug (#3733) - Autoloading of libraries with aliases didn't work, although it was advertised to. - Fixed a bug (#3744) - Redis :doc:`Caching <libraries/caching>` driver didn't handle authentication failures properly. - Fixed a bug (#3761) - :doc:`URL Helper <helpers/url_helper>` function :php:func:`anchor()` didn't work with array inputs. @@ -29,6 +28,7 @@ Bug fixes for 3.0.1 - Fixed a bug (#3816) - :doc:`Form Validation Library <libraries/form_validation>` treated empty string values as non-existing ones. - Fixed a bug (#3823) - :doc:`Session Library <libraries/sessions>` drivers Redis and Memcached didn't properly handle locks that are blocking the request for more than 30 seconds. - Fixed a bug (#3846) - :doc:`Image Manipulation Library <libraries/image_lib>` method `image_mirror_gd()` didn't properly initialize its variables. +- Fixed a bug (#3854) - `field_data()` didn't work properly with the Oracle (OCI8) database driver. Version 3.0.0 ============= |