add changelog for #212

This commit is contained in:
Michael Merickel 2016-05-23 16:26:11 -05:00
parent c27bbbc883
commit 1f25def8e2
1 changed files with 5 additions and 0 deletions

View File

@ -15,6 +15,11 @@ unreleased
(for backward compatibility, default is '; ').
See https://github.com/Pylons/colander/pull/253
- Fixed an issue with ``SchemaNode.clone`` where it would fail when
cloning an instance of ``colander.SequenceSchema`` due to initializing
the schema without any children, violating some checks.
See https://github.com/Pylons/colander/pull/212
1.2 (2016-01-18)
================