fix changelog

This commit is contained in:
Michael Merickel
2016-01-16 15:50:29 -06:00
parent 81ee78a28b
commit 78ca0b62f6

View File

@@ -4,8 +4,8 @@ unreleased
Features
--------
- Add new exception ExtraItemsError. Used to pass to the caller a list of extra
field detected in cstruct.
- Add new exception `UnsupportedFields`. Used to pass to the caller a list
of extra fields detected in a cstruct during deserialize.
- Add ``drop`` functionality to ``Sequence`` type.