From 7cf753f428ad70c04acd2648e7f329ee578f4fdd Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Sat, 15 Aug 2015 13:19:53 +0300 Subject: [PATCH] Add 1.0.1 to Changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1461123893..3a7030bf99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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