add change note

This commit is contained in:
Chris McDonough
2013-01-10 03:10:14 -05:00
parent 319705a9af
commit 3416f68ff0

View File

@@ -8,6 +8,11 @@ Bug Fixes
used with a ``quant`` argument but without a ``rounding`` argument.
See https://github.com/Pylons/colander/issues/66
- Using ``SchemaNode(String, default='', ..)`` now works properly, or at least
more intuitively. Previously if an empty-string ``default`` was supplied,
serialization would return a defaulted value as ``colander.null``. See
https://github.com/Pylons/colander/pull/73.
Features
~~~~~~~~