From 913689fa4b6a778a39a28b0b5d87168f5090d94f Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Tue, 23 May 2017 16:58:52 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index acc30ee795..cf0d78ca93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -342,6 +342,10 @@ Follow these steps if you see errors about missing lint rules in the editor. If you still have the problem please file an issue. +#### Some of my tests started crashing because of unhandled rejections + +Unhandled Promise rejections will now crash tests. You can fix them by explicitly catching the errors you don’t care about. + #### How to turn my app into a [Progressive Web App](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#making-a-progressive-web-app)? After the regular update procedure above, add these line to `` in `public/index.html`: