From cdf2c4c334c838e3aedea1a0ca458cc8c7c3239f Mon Sep 17 00:00:00 2001 From: soulgalore Date: Wed, 11 Sep 2024 14:44:41 +0200 Subject: [PATCH] new release --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4991584b..0012c3f88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG - sitespeed.io (we use [semantic versioning](https://semver.org)) +## 34.11.2 - 2024-09-11 +### Fixed +* Removed First input delay (FID) from Crux since Crux already stopped using FID [#4273](https://github.com/sitespeedio/sitespeed.io/pull/4273). +* Visual change graph is in ms [#4271](https://github.com/sitespeedio/sitespeed.io/pull/4271) +* Fix x-axis label collision on visual change graph, thank you [Anshuman Tripathi](https://github.com/4nshuman) for PR [#4269](https://github.com/sitespeedio/sitespeed.io/pull/4269). + ## 34.11.1 - 2024-09-04 ### Fixed * Updated to Browsertime 22.10.1 that fixes generating HARs for Firefox 130 [#4265](https://github.com/sitespeedio/sitespeed.io/pull/4265).