From 292a2d43158024c34c1255de56875ea301ca2b8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Sopi=C5=84ski?= Date: Wed, 5 Apr 2023 11:48:30 +0200 Subject: [PATCH] Update CHANGELOG.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Rafał Pitoń --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5c9b624..b679ba18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ - Unlocked versions of black, isort, autoflake and dev dependencies - Added `remote_schema_verify_ssl` option. - Changed how default values for inputs are generated to handle potential cycles. -- Changed `BaseModel` to apply `parse` and `serialize` methods on every list element. +- Fixed `BaseModel` incorrectly calling `parse` and `serialize` methods on entire list instead of its items for `List[Scalar]`. ## 0.4.0 (2023-03-20)