Skip to content

Commit b12fd33

Browse files
committed
Mention PR #9380 in CHANGELOG.md.
1 parent 178916f commit b12fd33

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
- Fix partial data appearing in `useQuery().data` when `notifyOnNetworkStatusChange: true`. <br/>
1414
[@brainkim](https://github.com/brainkim) in [#9367](https://github.com/apollographql/apollo-client/pull/9367)
1515

16+
- Prevent `Promise`s returned by `useLazyQuery` execute functions from causing unhandled `Promise` rejection errors if uncaught. <br/>
17+
[@brainkim](https://github.com/brainkim) in [#9380](https://github.com/apollographql/apollo-client/pull/9380)
18+
1619
## Apollo Client 3.5.8 (2022-01-24)
1720

1821
### Bug Fixes

0 commit comments

Comments
 (0)