From 37bbe729b914ff7c9c6c009fb83ab647a53c8fbf Mon Sep 17 00:00:00 2001 From: Clayton Parker Date: Sat, 8 Feb 2014 18:28:42 -0600 Subject: [PATCH] add change log entry --- CHANGES.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index 2f436154..2c5fa126 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -6,6 +6,9 @@ Bug Fixes - Un-break wrapping of callable instances as ``colander.deferred``. See https://github.com/Pylons/colander/issues/141. +- Set the max length TLD to 22 in ``Email`` validator based on the + current list of valid TLDs. + See https://github.com/Pylons/colander/issues/159 Features ~~~~~~~~