From 913c95a1c9eb46698e29ae69b818de473ea97ed5 Mon Sep 17 00:00:00 2001 From: Otiel Date: Mon, 29 Apr 2024 22:25:22 +0200 Subject: [PATCH] CHANGELOG: add entry for KIOTA_OFFLINE_ENABLED environment variable support --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8d8c116a9..e181101aeb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Suppress CS1591 when generating CSharp code and documentation is not available - Added file name suffix escaping in Go to avoid generating files with reserved suffixes. [#4407](https://github.com/microsoft/kiota/issues/4407) +- Added `KIOTA_OFFLINE_ENABLED` environment variable to disable checking for updates before each command. [#4556](https://github.com/microsoft/kiota/issues/4556) ### Changed