diff options
author | Andrey Andreev <narf@devilix.net> | 2014-01-07 17:08:26 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2014-01-07 17:08:26 +0100 |
commit | da8c7a5bb92b928c19918632d8cb8a06d0ea747d (patch) | |
tree | 61f89dd35e027b8f3619713e802d4fe78fd538cb /user_guide_src/source/changelog.rst | |
parent | d98c4a3557aa87c02f262f0f7495691f1bc174f0 (diff) |
Fix a few bugs in CI_Hook (based on PR #2762)
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 e285ab014..670e8d0e1 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -641,6 +641,7 @@ Bug fixes for 3.0 - Fixed a bug (#2237) - :doc:`Parser Library <libraries/parser>` failed if the same tag pair is used more than once within a template. - Fixed a bug (#2268) - :doc:`Security Library <libraries/security>` didn't properly match JavaScript events. - Fixed a bug (#2143) - :doc:`Form Validation Library <libraries/form_validation>` didn't check for rule groups named in a *controller/method* manner when trying to load from a config file. +- Fixed a bug (#2762) - :doc:`Hooks Class <general/hooks>` didn't properly check if the called class/function exists. Version 2.1.4 ============= |