From ae0625d2dee60fea3b2332f1cbdb6aabe6a4fa48 Mon Sep 17 00:00:00 2001 From: Ben Newman Date: Mon, 28 Jan 2019 15:38:09 -0500 Subject: [PATCH] Mention PR #2753 in Changelog.md. --- Changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Changelog.md b/Changelog.md index 372407b712..38ef4398c2 100644 --- a/Changelog.md +++ b/Changelog.md @@ -9,6 +9,12 @@ is completed.
[@sujeetsr](https://github.com/sujeetsr) in [#2716](https://github.com/apollographql/react-apollo/pull/2716) +- During server-side rendering, `ObservableQuery` objects created in + previous rendering passes will now be preserved in later passes (within + the same `getDataFromTree` or `getMarkupFromTree` call), so that errors + can be handled properly when using the `errorPolicy: "all"` option.
+ [PR #2753](https://github.com/apollographql/react-apollo/pull/2753) + ## 2.4.0 ### Bug Fixes