diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-10-26 15:25:47 +0200 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-10-26 15:25:47 +0200 |
commit | a779b2cf8ceaea5ecfd8d26f5e2c379b8fca48d8 (patch) | |
tree | 9cd94f7bdbacea676ed8e848361646c6d3942d0b /user_guide_src/source/changelog.rst | |
parent | 4b322b18f3398e07275b74f615c2bf727a98a3cd (diff) |
Fix #1624 and clear-up the form validation docs (manually applying #1603)
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 3d6538e2d..0d832425c 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -386,6 +386,7 @@ Bug fixes for 3.0 - Fixed a bug (#1811) - :doc:`URI Library <libraries/uri>` didn't properly cache segments for ``uri_to_assoc()`` and ``ruri_to_assoc()``. - Fixed a bug (#1506) - :doc:`Form Helpers <helpers/form_helper>` set empty *name* attributes. - Fixed a bug (#59) - :doc:`Query Builder <database/query_builder>` method ``count_all_results()`` ignored the DISTINCT clause. +- Fixed a bug (#1624) - :doc:`Form Validation Library <libraries/form_validation>` rule **matches** didn't property handle array field names. Version 2.1.3 ============= |