From d1ec2ca0f11605fd4ce24b3c4551a71cb4b91444 Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Wed, 4 Feb 2015 10:39:40 -0500 Subject: [PATCH] Push-down. --- CHANGES.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index ec4bc17..10947d3 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -9,6 +9,9 @@ Platform 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 succeeded. @@ -18,9 +21,6 @@ Features - Add a ``missing_msg`` argument to ``SchemaNode`` that specifies the error 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) ----------------