From af15b3084f4efc0f884eea42263a90e5f1e5e6e6 Mon Sep 17 00:00:00 2001 From: soulgalore Date: Sun, 7 Jan 2024 17:21:15 +0100 Subject: [PATCH] changelog: tuning --- CHANGELOG.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b552660e..258fbb61b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,9 @@ ## 31.1.0 - UNRELEASED -We updated the [scripting documentation](https://www.sitespeed.io/documentation/sitespeed.io/scripting/) to be generated directly from Browsertime (using JSDoc). This makes the documentation so much easier to navigate. It's not 100% perfect yet so please feel free to send PR with updates :) +We updated the [scripting documentation](https://www.sitespeed.io/documentation/sitespeed.io/scripting/) to be generated directly from Browsertime (using JSDoc). This makes the documentation so much easier to navigate. It's not 100% perfect yet so please feel free to send PRs with updates :) -The new version of Browsertime is also adding [code completion/IntelliSense](https://www.sitespeed.io/documentation/sitespeed.io/scripting/tutorial-08-Setting-Up-IntelliSense.html) support. Make sure you have latest Browsertime installed and add the following params: +The new version of Browsertime is also adds code completion/IntelliSense support. Read [here](https://www.sitespeed.io/documentation/sitespeed.io/scripting/tutorial-08-Setting-Up-IntelliSense.html) on how to set it up. Make sure you have latest Browsertime installed and add the following params: ```JavaScript /** @@ -16,7 +16,6 @@ export default async function (context, commands) { }; ``` - ### Fixed * If a run is markedAsFailure in your Browsertime script, sitespeed.io exits with an error code [#4047](https://github.com/sitespeedio/sitespeed.io/pull/4047).