diff --git a/Changelog.md b/Changelog.md index ed4bcf7212..284818bddf 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,6 @@ # Change log -## 3.1.5 (2020-04-13) +## 3.1.5 (2020-04-14) - Another pass at preventing new data re-render attempts during an existing render (the solution published with React Apollo 3.1.4 wasn't as all encompassing as it needs to be). This helps avoid React 16.13.0's "Cannot update a component from inside the function body of a different component" warning (https://github.com/facebook/react/pull/17099).
[@hwillson](https://github.com/hwillson) in [#3930](https://github.com/apollographql/react-apollo/pull/3930)