From c8785050e21af0ba12aa66fdd0a6c6dc67ee976d Mon Sep 17 00:00:00 2001 From: "Michael B. Gale" Date: Tue, 13 Jun 2023 20:46:47 +0100 Subject: [PATCH] Improve changelog wording --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2d9e3595..13858fe4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## [UNRELEASED] -- Experimental: add a new `resolve-environment` action which invokes a corresponding, new CLI command that allows CodeQL extractors to try and infer a configuration for the build environment that is required to build a given project. Do not use this in production as it is part of an internal experiment and subject to change at any time. +- Experimental: add a new `resolve-environment` action which attempts to infer a configuration for the build environment that is required to build a given project. Do not use this in production as it is part of an internal experiment and subject to change at any time. ## 2.20.0 - 13 Jun 2023