From cd7017ed95c121b203deac2801c9684973fc1360 Mon Sep 17 00:00:00 2001 From: Ben Croker Date: Wed, 23 Oct 2024 21:21:20 +0200 Subject: [PATCH] Remove core fix --- CHANGELOG.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 040c0cd..d70356a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,10 +8,6 @@ - The fetch function is now called inside an event listener when calling `sprig.triggerRefreshOnLoad()`, making it more robust. - Reverted some variable method name changes to improve autocompletion in PhpStorm. -### Fixed - -- Fixed the ability to pass a JSON encoded string into the `sprig.triggerEvents()` function ([#15](https://github.com/putyourlightson/craft-sprig-core/issues/15)). - ## 3.5.0 - 2024-08-29 ### Added