From 5ad02ae00a0f5172b01bc2a97a2118eeab1612b5 Mon Sep 17 00:00:00 2001 From: soulgalore Date: Tue, 28 Nov 2023 00:29:40 +0100 Subject: [PATCH] changelog: fix release --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 491fc603a7..a1153859ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,16 @@ # CHANGELOG - sitespeed.io (we use [semantic versioning](https://semver.org)) +## 30.4.1 - 2023-11-28 +### Fixed +* Fix for Firefox when generating the result HTML. It was broken since we where missing CPU data. + ## 30.4.0 - 2023-11-27 ### Fixed * Upgrade to Browsretime 19.1.0 with a fix for Geckodriver so that the correct ARM version is installed on Mac Arm machines. ### Added * The new compare plugin [PR 4009](https://github.com/sitespeedio/sitespeed.io/pull/4009) makes it easy to use Mann Whitney U/Wilcox for support to find performance egressions. Read all about the plugin in the [documentation](https://www.sitespeed.io/documentation/sitespeed.io/compare/). * Firefox 120 in the Docker container [#4010](https://github.com/sitespeedio/sitespeed.io/pull/4010). -* Button to download the console logs, thank you [bairov pavel](https://github.com/Amerousful) for PR [#4007](https://github.com/sitespeedio/sitespeed.io/pull/4007) +* Button to download the console logs, thank you [bairov pavel](https://github.com/Amerousful) for PR [#4007](https://github.com/sitespeedio/sitespeed.io/pull/4007). ## 30.3.0 - 2023-11-09