From c24aa647b6b58abde7abc4f6d9cfa4142285c6bf 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 b26de23bcbf6..c95e67aff1c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,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)