From d9e81ec80894defe8fc6d9cfc03ef5cc367c445d Mon Sep 17 00:00:00 2001 From: cchaos Date: Fri, 23 Feb 2018 15:17:43 -0500 Subject: [PATCH] changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2ce5f32c5d..4cbaa37b5b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ and logic ([#390](https://github.com/elastic/eui/pull/390)) **Bug fixes** - Fixed `EuiContextMenu` bug when using the keyboard to navigate up, which was caused by unnecessarily re-rendering the items, thus losing references to them ([#431](https://github.com/elastic/eui/pull/431)) +- Fix error stemming from `selected` prop on `EuiSelect` ([#436](https://github.com/elastic/eui/pull/436)) # [`0.0.22`](https://github.com/elastic/eui/tree/v0.0.22)