From 31467aeb3ca3188158613322d66df81cedd86626 Mon Sep 17 00:00:00 2001 From: Dave Marshall Date: Wed, 24 Feb 2021 09:51:00 +0000 Subject: [PATCH] Adds another note to CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4eaf97313..a25ecaad8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## 1.3.4 (2021-02-24) * Fixes calls to fetchMock before initialisation #1113 +* Fix crash on a union type including null #1106 ## 1.3.3 (2020-08-11) * Fix array to string conversion in ConstantsPass (#1086)