From 033844e676b3aa34ca5314492c882e201c407a62 Mon Sep 17 00:00:00 2001 From: Josh Perez Date: Fri, 6 Mar 2015 12:18:46 -0800 Subject: [PATCH] Update changelog --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86e91070..bacc6e81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## 0.14.0 + +Changed: + +* createStore no longer throws when it encounters a store with the same name. Instead if generates a new name for you and warns you in the console. If a store name is not specified due to using anonymous functions then a warning is also logged. + +Other: + +* Includes many README tweaks. + +Dependency Update: + +* es-symbol has been updated to 1.1.0 for better IE8 compatibility. + ## 0.13.11 New: