From 78ca0b62f611613fa8cd814f9f2b97fa020e2fad Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Sat, 16 Jan 2016 15:50:29 -0600 Subject: [PATCH] fix changelog --- CHANGES.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 3c71cb2..f3421f5 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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.