From 81eada1a0c42ff67de216923968af0a6b54e5dcb Mon Sep 17 00:00:00 2001 From: "Stephen J. Fuhry" Date: Mon, 16 Aug 2021 22:00:31 +0000 Subject: [PATCH] add #155 to changelog --- CHANGES | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES b/CHANGES index d1c5c58..42d6d12 100644 --- a/CHANGES +++ b/CHANGES @@ -3,6 +3,7 @@ - The default value for nested fields wasn't serialized. - The default value for other fields may be a callable and in that case it shouldn't be emitted into the schema. - set int to "integer" instead of "number" #152 + - Added fields.IPInterface marshmallow field type to python types mapping #155 0.12.0 (2021-05-22) - Add support for validate.Equal #135 - Added fields.IP marshmallow field type to python types mapping #137