Skip to content

Commit af94473

Browse files
authored
Merge pull request #172 from eladlevy/eladlevy-update-breaking-changes
Update 'Upgrading from v1.0.x' section
2 parents ec666f7 + a790e3c commit af94473

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -634,6 +634,7 @@ $ npm install && npm test
634634
- The `CALL_API` symbol is replaced with the `RSAA` string as the top-level RSAA action key. `CALL_API` is aliased to the new value as of 2.0, but this will ultimately be deprecated.
635635
- `redux-api-middleware` no longer brings its own `fetch` implementation and depends on a global `fetch` to be provided in the runtime
636636
- A new `options` config is added to pass your `fetch` implementation extra options other than `method`, `headers`, `body` and `credentials`
637+
- `apiMiddleware` no longer returns a promise on actions without [RSAA]
637638
638639
## License
639640

0 commit comments

Comments
 (0)