From 18445bb626f5159c9087c18a31e9deb15b3fa095 Mon Sep 17 00:00:00 2001 From: Greg Thompson Date: Thu, 12 Dec 2019 11:38:55 -0600 Subject: [PATCH] Move #2634 entry to master --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d41fbbea49..cf6f286669f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ ## [`master`](https://github.com/elastic/eui/tree/master) -No public interface changes since `17.1.2`. +**Bug fixes** + +- Fixed `EuiDroppable` not accepting multiple children when using TypeScript ([#2634](https://github.com/elastic/eui/pull/2634)) ## [`17.1.2`](https://github.com/elastic/eui/tree/v17.1.2) @@ -8,7 +10,6 @@ No public interface changes since `17.1.2`. - Fixed `EuiCodeEditor` custom mode file error by initializing with existing mode ([#2616](https://github.com/elastic/eui/pull/2616)) - Removed `EuiIcon` default titles ([#2632](https://github.com/elastic/eui/pull/2632)) -- Fixed `EuiDroppable` not accepting multiple children when using TypeScript ([#2634](https://github.com/elastic/eui/pull/2634)) ## [`17.1.1`](https://github.com/elastic/eui/tree/v17.1.1)