Skip to content

Commit fba0467

Browse files
authored
Update README.md
Remove breaking change notice from readme
1 parent 8b6407c commit fba0467

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,6 @@ This middleware receives [*Redux Standard API-calling Actions*](#redux-standard-
88

99
RSAAs are identified by the presence of an `[RSAA]` property, where [`RSAA`](#rsaa) is a `String` constant defined in, and exported by `redux-api-middleware`. They contain information describing an API call and three different types of FSAs, known as the *request*, *success* and *failure* FSAs.
1010

11-
-------------------
12-
### Breaking Change Notice
13-
3.0 is being prepared in the [`next` branch](https://github.com/agraboso/redux-api-middleware/tree/next), and can be installed via npm: `npm install redux-api-middleware@next`
14-
15-
:rotating_light: There are a few breaking changes in 3.0, notably a change to the RSAA spec around error handling during the request phase :rotating_light:
16-
17-
See the changes in the [beta's documentation](https://github.com/agraboso/redux-api-middleware/blob/next/README.md), or the [diff from the latest release](https://github.com/agraboso/redux-api-middleware/compare/next) to learn more.
18-
1911
-------------------
2012

2113
## Table of contents

0 commit comments

Comments
 (0)