From fd61c69c138f7f13274b6ab4e547ce04ec9f780c Mon Sep 17 00:00:00 2001 From: CJ Cenizal Date: Fri, 19 Jan 2018 06:52:35 -0800 Subject: [PATCH] Change requiresLightText -> isColorDark in CHANGELOG. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bf6bd2f9da..297314074a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # [`master`](https://github.com/elastic/eui/tree/master) -- Added `requiresLightText` color util [(#311)](https://github.com/elastic/eui/pull/311) +- Added `isColorDark` color util [(#311)](https://github.com/elastic/eui/pull/311) - EuiButton, EuiButtonEmpty and EuiButtonIcon can now take an `href` [(#316)](https://github.com/elastic/eui/pull/316) - In `EuiSideNav`, allow a callback to be passed that renders the individual items in the navigation. This makes interoperability with e.g. `react-router` easier. [#310](https://github.com/elastic/eui/pull/310)