From 183a9d4a738c075fdde1dd7bf13c1f9b7dd89df6 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sat, 23 Mar 2013 03:59:08 -0400 Subject: [PATCH] add a changelog entry for issue #96 --- CHANGES.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index 5588f3d..8513b07 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -21,6 +21,10 @@ Bug Fixes serialization would return a defaulted value as ``colander.null``. See https://github.com/Pylons/colander/pull/73. +- Stricter checking in colander.Mapping to prevent items which are logically + not mappings from being accepted during validation (see + https://github.com/Pylons/colander/pull/96). + Features ~~~~~~~~