From ac1bbcfddf3d11a4f5cebdbb794fd6fdd16b11fc Mon Sep 17 00:00:00 2001 From: soulgalore Date: Fri, 8 Mar 2024 07:39:44 +0100 Subject: [PATCH] new release --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60adb468a..0a4fd7abd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Browsertime changelog (we do [semantic versioning](https://semver.org)) -## 21.4.0 - UNRELEASED +## 21.4.0 - 2024-03-08 * Added the following trace categories for Chrome that now is used by default when you turn on the timeline: 'disabled-by-default-devtools.timeline.frame', 'disabled-by-default-devtools.timeline.invalidationTracking','loading', 'latencyInfo' - done in [#2086](https://github.com/sitespeedio/browsertime/pull/2086). * Added a simple Loaf-script to get the 10 largest loaf. Lets iterate over the script and see how we can get the most useful information from it [#2087](https://github.com/sitespeedio/browsertime/pull/2087).