From 415dc3f1f525bf8a67f85cffd21b38238cba1fde Mon Sep 17 00:00:00 2001 From: Dave Marshall Date: Wed, 24 Feb 2021 09:49:10 +0000 Subject: [PATCH] Adds notes for 1.4.3 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 954fd3f01..b3c6ddb5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## 1.4.3 (2021-02-24) +* Fixes calls to fetchMock before initialisation #1113 +* Allow shouldIgnoreMissing() to behave in a recursive fashion #1097 +* Custom object formatters #766 (Needs Docs) + ## 1.3.4 (2021-02-24) * Fixes calls to fetchMock before initialisation #1113