From f7b456afeaab9f1e3f88d48b54716ac8f90907ed Mon Sep 17 00:00:00 2001 From: Joe Attardi Date: Tue, 25 Oct 2022 23:44:23 -0400 Subject: [PATCH] Add CHANGELOG --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 450b330c..e58e6f92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ For full details, see the documentation at [https://picmojs.com](https://picmojs.com). +## [5.7.2] - 2022-10-25 + +- [`picmo`] Removed inconsistent scrollbar styling +- [`@picmo/popup-picker`] Fix issue where the theme was not updated properly via updateOptions from a popup picker. + ## [5.7.1] - 2022-10-02 - [`@picmo/popup-picker`] Fixed incorrect scroll position when reopening popup under certain conditions.