Changelog for PR #114.

This commit is contained in:
Tres Seaver
2013-06-18 15:36:47 -04:00
parent 583c37ee69
commit 2b3f792408

View File

@@ -4,6 +4,9 @@ Unreleased
Bug Fixes
~~~~~~~~~
- Normalize ``message`` argument to ``colander.Function`` -> ``msg`` (matches
other APIs.
- ``iso8601.py``: Convert ``ValueError`` (raised by ``datetime``) into
``ParseErrorr`` in ``parse_date``, so that the validation machinery
upstream handles it properly.