From b677e60d1dbf11a231b4be8e45d7613061fb28d1 Mon Sep 17 00:00:00 2001 From: Jeff Auriemma Date: Mon, 21 Nov 2022 16:10:47 -0500 Subject: [PATCH] Update CHANGELOG (#10302) --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdd0d010318..76229660ae5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ### Improvements +- Add array examples to reactive variable documentation.
+ [@larrymyers](https://github.com/larrymyers) in [#10235](https://github.com/apollographql/apollo-client/pull/10235) - Additional documentation for managing local state [@bignimbus](https://github.com/bignimbus) in [#10282](https://github.com/apollographql/apollo-client/pull/10282) - Only show dev tools suggestion in the console when `connectToDevTools` is `true`.