From 612d0f2be3183fabc6eeed2091d1857cf442484a Mon Sep 17 00:00:00 2001 From: Andrew Musgrave Date: Tue, 4 Jun 2019 17:23:27 -0400 Subject: [PATCH] changelog --- UNRELEASED.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/UNRELEASED.md b/UNRELEASED.md index ff05efd7f83..e32453f79ae 100644 --- a/UNRELEASED.md +++ b/UNRELEASED.md @@ -40,6 +40,8 @@ Use [the changelog guidelines](https://git.io/polaris-changelog-guidelines) to f ### Code quality +- Updated `PositionedOverlay` to no longer use `componentWillReceiveProps`([#1621](https://github.com/Shopify/polaris-react/pull/1621)) + ### Deprecations - `Card` `secondaryFooterAction` is now deprecated. Set an array of secondary actions on the `secondaryFooterActions` prop instead [#1625](https://github.com/Shopify/polaris-react/pull/1625)