From 92ce90da911d75c1f6f9974eda97c0c7cf63bc96 Mon Sep 17 00:00:00 2001 From: Ben Newman Date: Mon, 15 Mar 2021 15:51:36 -0400 Subject: [PATCH] Elaborate CHANGELOG.md entry for PR #7833. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bca18d5a0a..9899d663f7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ - Maintain serial ordering of `asyncMap` mapping function calls, and prevent potential unhandled `Promise` rejection errors.
[@benjamn](https://github.com/benjamn) in [#7818](https://github.com/apollographql/apollo-client/pull/7818) -- Remove `children` type override in MockedProviderProps
+- Relax incompatible `children?: React.ReactElement` field type in `MockedProviderProps` interface.
[@kevinperaza](https://github.com/kevinperaza) in [#7833](https://github.com/apollographql/apollo-client/pull/7833) ## Apollo Client 3.3.11