From c5766396e220c111a6a399fc8be452bf76d8ba6a Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Thu, 21 Aug 2014 13:56:00 -0500 Subject: [PATCH] update changelog --- CHANGES.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index 02b4949..fce58b7 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -17,6 +17,11 @@ Bug Fixes returning the ``drop`` instance instead of omitting the value. https://github.com/Pylons/colander/issues/139 +- Fix an issue where the ``SchemaNode.title`` was clobbered by the ``name`` + when defined as a class attribute. + See https://github.com/Pylons/colander/pull/183 and + https://github.com/Pylons/colander/pull/185 + Features ~~~~~~~~