Skip to content

Commit

Permalink
Add 1.0.1 to Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Aug 15, 2015
1 parent b1bb833 commit 7cf753f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [1.0.1](https://github.com/rackt/redux/compare/v1.0.0...v1.0.1) - 2015/08/15

* Fixes “process is not defined” on React Native ([#525](https://github.com/rackt/redux/issues/525), [#526](https://github.com/rackt/redux/pull/526))
* Removes dependencies on `invariant` and `warning` ([#528](https://github.com/rackt/redux/pull/528))
* Fixes TodoMVC example ([#524](https://github.com/rackt/redux/issues/524), [#529](https://github.com/rackt/redux/pull/529))

## [1.0.0](https://github.com/rackt/redux/compare/v1.0.0-rc...v1.0.0) - 2015/08/14

### Breaking Changes
Expand Down

0 comments on commit 7cf753f

Please sign in to comment.