From d4cdf5d0271e45c904f81e4bb6cd8a092abfd7bd Mon Sep 17 00:00:00 2001 From: Tommy Leunen Date: Fri, 19 Feb 2016 12:16:01 -0500 Subject: [PATCH] updates changelog 1.4.1 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b707ba1..7a1e870 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to the project will be documented in this file. +## [1.4.1] + +### Fixes +- Do not close the `Dialog` with the escape key, by default. Can be customized with the `onCancel` prop. ([#221]). + +[1.4.1]: https://github.com/tleunen/react-mdl/compare/v1.4.0...v1.4.1 +[#221]: https://github.com/tleunen/react-mdl/issues/221 + ## [1.4.0] ### New