diff --git a/CHANGELOG.md b/CHANGELOG.md
index a02221bde6d..9f59d85e86c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,7 +5,8 @@
### Apollo Client (vNext)
- Documentation updates.
- [@michael-watson](https://github.com/michael-watson) in [#4940](https://github.com/apollographql/apollo-client/pull/4940)
+ [@michael-watson](https://github.com/michael-watson) in [#4940](https://github.com/apollographql/apollo-client/pull/4940)
+ [@hwillson](https://github.com/hwillson) in [#4969](https://github.com/apollographql/apollo-client/pull/4969)
## Apollo Client (2.6.2)
diff --git a/docs/source/api/react-apollo.md b/docs/source/api/react-apollo.md
index e0c418d8539..d6a6b2b8184 100644
--- a/docs/source/api/react-apollo.md
+++ b/docs/source/api/react-apollo.md
@@ -87,6 +87,8 @@ The Query component accepts the following props. Only `query` and `children` are
request
function of Apollo Boost.partialRefetch
: booleantrue
, perform a query refetch
if the query result is marked as being partial, and the returned data is reset to an empty Object by the Apollo Client QueryManager
(due to a cache miss). The default value is false
for backwards-compatibility's sake, but should be changed to true for most use-cases.returnPartialData
: booleanfalse
by default.