Skip to content

Commit 96b0691

Browse files
committed
Update upgrading from 2.x section of readme
1 parent 9fbbc38 commit 96b0691

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -902,6 +902,9 @@ $ npm install && npm test
902902
## Upgrading from v2.0.x
903903
904904
- The `CALL_API` alias has been removed
905+
- Error handling around failed fetches has been updated (#175)
906+
- Previously, a failed `fetch` would dispatch a `REQUEST` FSA followed by another `REQUEST` FSA with an error flag
907+
- Now, a failed `fetch` will dispatch a `REQUEST` FSA followed by a `FAILURE` FSA
905908
906909
## License
907910

0 commit comments

Comments
 (0)