Skip to content

Commit d5bd78f

Browse files
committed
Update Changelog
1 parent 416e804 commit d5bd78f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Rodux Changelog
22

3-
## Current master
3+
## 1.0.0 (2019-09-18)
44
* Added `combineReducers` utility, mirroring Redux's ([#9](https://github.com/Roblox/rodux/pull/9))
55
* Added `createReducer` utility, similar to `redux-create-reducer` ([#10](https://github.com/Roblox/rodux/pull/10))
66
* `type` is now required as a field on all actions
@@ -12,5 +12,5 @@
1212
* Errors thrown in `changed` event now have correct stack traces ([#27](https://github.com/Roblox/rodux/pull/27))
1313
* Fixed `createReducer` having incorrect behavior with `nil` state values ([#33](https://github.com/Roblox/rodux/pull/33))
1414

15-
## Public Release (December 13, 2017)
15+
## Public Release (2017-12-13)
1616
* Initial release!

0 commit comments

Comments
 (0)