Push-down.

This commit is contained in:
Tres Seaver
2015-02-04 10:39:40 -05:00
parent 6f9518109e
commit d1ec2ca0f1

View File

@@ -9,6 +9,9 @@ Platform
Features Features
~~~~~~~~ ~~~~~~~~
- Add ``min_err`` and ``max_err`` arguments to ``Length``, thus allowing
customization of its error messages.
- Add `Any` validator which succeeds if at least one of its subvalidators - Add `Any` validator which succeeds if at least one of its subvalidators
succeeded. succeeded.
@@ -18,9 +21,6 @@ Features
- Add a ``missing_msg`` argument to ``SchemaNode`` that specifies the error - Add a ``missing_msg`` argument to ``SchemaNode`` that specifies the error
message to be used when the node is required and missing message to be used when the node is required and missing
- Add ``min_err`` and ``max_err`` arguments to ``Length``, thus allowing
customization of its error messages.
1.0 (2014-11-26) 1.0 (2014-11-26)
---------------- ----------------