Skip to content

Commit 5702b72

Browse files
committed
Test snapshots update, CHANGELOG correction
1 parent 74d0603 commit 5702b72

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
### v0.3.4
44
- Small fixes in the client / server setup.
5-
- `handleActions(..)` alias added to `redux` utils, to use that function without
5+
- `createActions(..)` alias added to `redux` utils, to use that function without
66
explicit import of `redux-actions` module.
77

88
### v0.3.3

__tests__/__snapshots__/index.js.snap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Object {
2121
},
2222
"redux": Object {
2323
"combineReducers": [Function],
24+
"createActions": [Function],
2425
"handleActions": [Function],
2526
"resolveAction": [Function],
2627
"resolveReducers": [Function],
@@ -143,6 +144,7 @@ Object {
143144
},
144145
"redux": Object {
145146
"combineReducers": [Function],
147+
"createActions": [Function],
146148
"handleActions": [Function],
147149
"resolveAction": [Function],
148150
"resolveReducers": [Function],

0 commit comments

Comments
 (0)