From 446f3e9a3a8fc9c5ee8b84627eeb30df7f6993e8 Mon Sep 17 00:00:00 2001 From: amrocha Date: Mon, 28 Oct 2019 16:25:39 -0700 Subject: [PATCH] Add changelog --- UNRELEASED.md | 1 + 1 file changed, 1 insertion(+) diff --git a/UNRELEASED.md b/UNRELEASED.md index c1b089d365c..bb236449272 100644 --- a/UNRELEASED.md +++ b/UNRELEASED.md @@ -12,6 +12,7 @@ - Prevented scrolling to `Popover` content in development ([#2403](https://github.com/Shopify/polaris-react/pull/2403)) - Fixed an issue which caused HSL colors to not display in Edge ((#2418)[https://github.com/Shopify/polaris-react/pull/2418]) - Fixed an issue where the dropzone component jumped from an extra-large layout to a layout based on the width of it's container ([#2412](https://github.com/Shopify/polaris-react/pull/2412)) +- Fixed a race condition in DatePicker ([#2373](https://github.com/Shopify/polaris-react/pull/2373)) ### Documentation