From c6e180bd7319964c46bde73ff4df94d4ce3b94b3 Mon Sep 17 00:00:00 2001 From: VakarisZ Date: Mon, 15 Nov 2021 12:50:19 +0200 Subject: [PATCH] Changelog: add entry about removed azure credential collector --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b78ad996..218e3af6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ Changelog](https://keepachangelog.com/en/1.0.0/). - Remove serialization of config. #1537 - Checkbox that gave the option to not try to first move the dropper file. #1537 - Custom singleton mutex name config option. #1589 +- Azure credential collector, because it was broken (not gathering credentials). #1535 ### Fixed - A bug in network map page that caused delay of telemetry log loading. #1545