documented changes; added name to contibutors

This commit is contained in:
Tim Tisdall
2014-09-10 18:56:58 +00:00
parent f1c682aa7b
commit 138e2f7b54
2 changed files with 6 additions and 0 deletions

View File

@@ -4,6 +4,11 @@ Unreleased
Bug Fixes
~~~~~~~~~
- Removed forked iso8601 and change to dependency on pypi iso8601
(due to float rounding bug on microsecond portion when parsing
iso8601 datetime string). Left an iso8601.py stub for backwards
compatibility.
- Time of "00:00" no longer gives ``colander.Invalid``.
- Un-break wrapping of callable instances as ``colander.deferred``.

View File

@@ -118,3 +118,4 @@ Contributors
- Alex Marandon, 2013/12/21
- Cédric Messiant, 2014/06/27
- Gouji Ochiai, 2014/08/21
- Tim Tisdall, 2014/09/10