diff options
author | Tim Nolte <noltet@sekisui-spi.com> | 2015-06-18 20:48:40 +0200 |
---|---|---|
committer | Tim Nolte <noltet@sekisui-spi.com> | 2015-06-18 20:48:40 +0200 |
commit | 8c69150e31052f50c16750e2dcfdc312148f109d (patch) | |
tree | 51316d944c134603b3a026a2deaf97a69471572c /user_guide_src | |
parent | 89ed9fafd75e3b65a7691f1b13440bdedadf5eda (diff) | |
parent | bd1e61500383245aec702f645955a774604687c6 (diff) |
Merge branch 'develop' into feature/mysqli-ssl
Diffstat (limited to 'user_guide_src')
-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 7e14152e3..1d9fa0b64 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -31,6 +31,8 @@ Bug fixes for 3.0.1 - 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. +- Fixed a bug (#3903) - :doc:`Form Validation Library <libraries/form_validation>` ignored "unnamed" closure validation rules. +- Fixed a bug (#3904) - :doc:`Form Validation Library <libraries/form_validation>` ignored "named" callback rules when the field is empty and there's no 'required' rule. Version 3.0.0 ============= |