diff options
author | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-02-07 14:01:47 +0100 |
---|---|---|
committer | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-02-07 14:01:47 +0100 |
commit | ef112c0830df4a31563351125888b0d522a1c965 (patch) | |
tree | 3552458b818c72d48af88784c59e0dd04a9d7a00 /user_guide/changelog.html | |
parent | 287763b919d2f1522cf4e6e39c0d33a957ff0538 (diff) |
Added decimal, less_than and greater_than rules to the Form validation Class.
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r-- | user_guide/changelog.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 09a2cefce..cd728226b 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -63,6 +63,14 @@ Change Log <p>Release Date: n/a<br /> Hg Tag: n/a</p> +<ul> + <li>Libraries + <ul> + <li class="reactor">Added <kbd>decimal</kbd>, <kbd>less_than</kbd> and <kbd>greater_than</kbd> rules to the <a href="libraries/parser.html">Form validation Class</a>.</li> + </ul> + </li> +</ul> + <h3>Bug fixes for 2.0.1</h3> <ul> <li class="reactor">CLI requests can now be run from any folder, not just when CD'ed next to index.php.</li> |