From 5cd080b062f192c0a9085896ac912c95a891dbd2 Mon Sep 17 00:00:00 2001 From: soulgalore Date: Wed, 17 Jan 2024 14:45:27 +0100 Subject: [PATCH] changelog: new release --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f1298be19..dd88d05637 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # CHANGELOG - sitespeed.io (we use [semantic versioning](https://semver.org)) +## 31.2.0 - 2024-01-17 +### Fixed +* There was bug that caused budget.suppressExitCode to fail that I introduced and reported in [#4062](https://github.com/sitespeedio/sitespeed.io/issues/4062). It's fixed in [#4063](https://github.com/sitespeedio/sitespeed.io/pull/4063). + +### Added +* Collect statstics about how the page is built between runs. You can see these metrics on the "side by side"-page [#4061](https://github.com/sitespeedio/sitespeed.io/pull/4061). + + ## 31.1.1 - 2024-01-08 ### Fixed * When displaying interaction to next paint, there where some copy/paste from largest contentful paint that sometimes broke the HTML (my fault). Fixed in [#4042](https://github.com/sitespeedio/sitespeed.io/pull/4052).