Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.

Commit e67b466

Browse files
committed
Update CHANGELOG.md file
1 parent 5bf97ad commit e67b466

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,13 @@ project adheres to [Semantic Versioning](http://semver.org/).
55

66
## 0.14.0
77

8+
In this release, Redux Fetch will use Redux as the source of truth so that data
9+
between the server and client can be shared accordingly. An overhaul of the
10+
implementation was required and therefore is not backwards compatible.
11+
812
* Use Redux to record fetch state between server and client.
913

10-
* Rename `fetch` to `withFetch` to avoid conflict with Fetch API.
14+
* Renamed `fetch` to `withFetch` to avoid conflict with native Fetch API.
1115

1216
* The `FetchRootContainer` is the only component using `StaticContainer` to
1317
continue rendering the previous view until the data required to render the

0 commit comments

Comments
 (0)