From f19fb295de8e8a2d33755615c2bf4d794265db80 Mon Sep 17 00:00:00 2001 From: Peter Hedenskog Date: Sun, 2 Feb 2025 09:59:11 +0100 Subject: [PATCH] changelog: windows fix --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 192b0d24f..5f7d40662 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG - sitespeed.io (we use [semantic versioning](https://semver.org)) +## 36.2.4 - UNRELEASED +### Fixed +* The GitHub actions tests on Windows was broken. I think GitHub changed their setup: Suddenly the path to plugins was broken. Rerunning old test that worked, failed with the same code on our side. It's fixed by [#4426](https://github.com/sitespeedio/sitespeed.io/pull/4426). + ## 36.2.3 - 2025-01-30 ### Fixed * Even better handling of missing runtime settings [#4420](https://github.com/sitespeedio/sitespeed.io/pull/4420).