summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzoaked <zoaked@users.noreply.github.com>2015-09-26 18:52:11 +0200
committerzoaked <zoaked@users.noreply.github.com>2015-09-26 18:52:11 +0200
commitc8f30aac973491cb6a00335c8ac768c149245e11 (patch)
treedba8e1d73ce16497e82ff221634d19b0b9b1597d
parent8ccab5218d318ce14ad3a7d76477a21a8930e269 (diff)
Removing config_rules from reset_validation
Signed-off-by: Junior Asparagus <zoaked@hotmail.com>
-rw-r--r--user_guide_src/source/changelog.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst
index e176f4355..aa61a886e 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -16,13 +16,13 @@ Release Date: Not Released
- General Changes
- Updated the *application/config/constants.php* file to check if constants aren't already defined before doing that.
- - Added optional parameter to ``reset_validation()`` in :doc:`form validation<libraries/form_validation>` that stops ``_config_rules`` from being cleared.
Bug fixes for 3.0.2
-------------------
- Fixed a bug (#2284) - :doc:`Database <database/index>` method ``protect_identifiers()`` breaks when :doc:`Query Builder <database/query_builder>` isn't enabled.
- Fixed a bug (#4052) - :doc:`Routing <general/routing>` with anonymous functions didn't work for routes that don't use regular expressions.
+- Fixed a bug (#4126) - :doc:`Form Validation Library <libraries/form_validation>` was needlessly clearing ``$_config_rules`` when calling ``reset_validation()`` method.
Version 3.0.1
=============