From 4580cd273586f29c58506725019180a191702763 Mon Sep 17 00:00:00 2001 From: Randall Wilk Date: Fri, 30 Oct 2020 08:07:45 -0500 Subject: [PATCH] 1.4.9 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3ea6c3..b1c59d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to `laravel-form-components` will be documented in this file +## 1.4.9 - 2020-10-30 +### Changed +- Change custom select option selection tracking to use session storage + ## 1.4.8 - 2020-10-29 ### Fixed - Adjust how selected options are tracked for custom selects that are multiple selectable and wire filterable -- see [livewire issue #763](https://github.com/livewire/livewire/issues/763)