From 954f20fffd75853de7c1fdf055b435734c80fa3a Mon Sep 17 00:00:00 2001 From: sureshHARDIYA Date: Tue, 20 Dec 2016 14:24:38 +0100 Subject: [PATCH] update the changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6dc9e49..d6876c0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] * Added two props, `confirmButtonClass` and `cancelButtonClass` to footer buttons that allows to pass CSS classes. * `handleClose` allows callbacks. +* `Notify` component allows to pass `onClick` props that can be used trigger `onClick` event on `NotifyMesssage` ## [2.0.0] - 2016-11-22 ### Bugfixes