Skip to content

Commit

Permalink
Update upgrading from 2.x section of readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nason committed Jun 10, 2018
1 parent 9fbbc38 commit 96b0691
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -902,6 +902,9 @@ $ npm install && npm test
## Upgrading from v2.0.x
- The `CALL_API` alias has been removed
- Error handling around failed fetches has been updated (#175)
- Previously, a failed `fetch` would dispatch a `REQUEST` FSA followed by another `REQUEST` FSA with an error flag
- Now, a failed `fetch` will dispatch a `REQUEST` FSA followed by a `FAILURE` FSA
## License
Expand Down

0 comments on commit 96b0691

Please sign in to comment.