Skip to content
This repository was archived by the owner on Oct 26, 2018. It is now read-only.

Commit 823ce18

Browse files
committed
Merge pull request #119 from bt/patch-1
Fix typo in changelog
2 parents d2b2d3c + 55bec75 commit 823ce18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This release changes quite a bit so you'll have to update your code.
1010

1111
**Breaking Changes:**
1212

13-
* The `updatePath` action creator has been removed in favor of `pushPath` and `replacePath`. Use `pushpath` to get the same behavior as before. (#38)
13+
* The `updatePath` action creator has been removed in favor of `pushPath` and `replacePath`. Use `pushPath` to get the same behavior as before. (#38)
1414
* We have added support for routing state (#38)
1515
* Our actions are now [FSA compliant](https://github.com/acdlite/flux-standard-action). This means if you are listening for the `UPDATE_PATH` action in a reducer you should get properties off the `payload` property. (#63)
1616

0 commit comments

Comments
 (0)