From cd5435938941fa85dc83fb08a98102a90825e5aa Mon Sep 17 00:00:00 2001 From: soulgalore Date: Fri, 19 Jan 2024 06:49:53 +0100 Subject: [PATCH] changelog: preparing the next release --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22456ec85..94084aa1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # CHANGELOG - sitespeed.io (we use [semantic versioning](https://semver.org)) +## 32.0.0 - UNRELEASED +### Breaking change +* If you use the compare plugin (`--compare.saveBaseline`) you need to remove your old baseline when you upgrade. The reason is that the original implementation was very narrow to some Browsertime metrics. The new version will be able to show more information (more metrics) between the baseline and the current test. This version allo disables comparing the CDP performance metrics, making the compare page easier to understand. + + ## 31.2.1 - 2024-01-18 ### Fixed * Another fix for `--budget.suppressExitCode` hopefully it works better this time [#4065](https://github.com/sitespeedio/sitespeed.io/pull/4065).