diff options
author | Andrey Andreev <narf@devilix.net> | 2015-06-08 13:44:47 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2015-06-08 13:44:47 +0200 |
commit | b76394834a3e36e8c376913cd9666a8d7a4cea45 (patch) | |
tree | ca7c988176a8b850558ea7b9e958221d91ce88f6 /user_guide_src/source | |
parent | e3216319e56de5e4214e5fec04af5bebaa593d0c (diff) |
Fix #3890
Diffstat (limited to 'user_guide_src/source')
-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 5c2c4d944..7e14152e3 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -30,6 +30,7 @@ Bug fixes for 3.0.1 - 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. - Fixed a bug in the :doc:`Database Utility Class <database/utilities>` method ``csv_from_result()`` didn't work with a whitespace CSV delimiter. +- Fixed a bug (#3890) - :doc:`Input Library <libraries/input>` method ``get_request_header()`` treated header names as case-sensitive. Version 3.0.0 ============= |