diff --git a/CHANGELOG.md b/CHANGELOG.md index c802d131e05..594fbf11939 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ **Breaking changes** - Added `display` modifier to `EuiShowFor` ([#2503](https://github.com/elastic/eui/pull/2503)) +- Updated minimum TypeScript version to 3.5.3 ([#2510](https://github.com/elastic/eui/pull/2510)) +- Removed `Omit` type in favor of TypeScript's built-in ([#2510](https://github.com/elastic/eui/pull/2510)) ## [`14.10.0`](https://github.com/elastic/eui/tree/v14.10.0) @@ -21,11 +23,6 @@ - Simplified `EuiColorStops` popover toggling ([#2505](https://github.com/elastic/eui/pull/2505)) -**Breaking changes** - -- Updated minimum TypeScript version to 3.5.3 ([#2510](https://github.com/elastic/eui/pull/2510)) -- Removed `Omit` type in favor of TypeScript's built-in ([#2510](https://github.com/elastic/eui/pull/2510)) - ## [`14.9.0`](https://github.com/elastic/eui/tree/v14.9.0) - Added new `euiTreeView` component for rendering recursive objects such as folder structures. ([#2409](https://github.com/elastic/eui/pull/2409))