From 485da46c8656279fd4e8f5ef178336d995113f88 Mon Sep 17 00:00:00 2001 From: Arunoda Susiripala Date: Mon, 27 Jun 2016 08:51:21 +0530 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c30239d0cd6a..12db0d5b8ba2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ## Change Log +### v2.3.0 + +* Add support for Redux DevTools extension. See [PR8](https://github.com/kadirahq/storybook-ui/pull/8). +* Add fuzzy search support with a brand new search overlay. See [PR7](https://github.com/kadirahq/storybook-ui/pull/7). + ### v2.2.0 * Add fullscreen and other shortcut state to the URL. See [PR5](https://github.com/kadirahq/storybook-ui/pull/5)