From 5dd157d5f71924093346847364870b67896a8ee7 Mon Sep 17 00:00:00 2001 From: CJ Cenizal Date: Thu, 21 Feb 2019 15:26:21 -0800 Subject: [PATCH] Update CHANGELOG. --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a6deba12df8..e7fe38a745d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ - Added type definitions for `EuiButtonGroup`,`EuiButtonToggle`, `EuiFilterButton`, `EuiFilterGroup`, and `EuiFilterSelectItem` ([#1570](https://github.com/elastic/eui/pull/1570)) - Added `displayOnly` prop to EuiFormRow ([#1582](https://github.com/elastic/eui/pull/1582)) +**Breaking changes** + +- Added support to `findTestSubject` for finding one of multiple space-separated values within a single element's `data-test-subj` attribute ([#1587](https://github.com/elastic/eui/pull/1587)) + ## [`7.2.0`](https://github.com/elastic/eui/tree/v7.2.0) - Added `text` as a color option for `EuiLink` ([#1571](https://github.com/elastic/eui/pull/1571))