From 729de3ae9ed93317a3e052a6c5a7de31f3fc1153 Mon Sep 17 00:00:00 2001 From: Ilija Lazoroski Date: Mon, 15 Nov 2021 16:46:22 +0100 Subject: [PATCH] Changelog: Add entry for removing custom monkey dir name option --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 218e3af6a..02a9d386d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,7 @@ Changelog](https://keepachangelog.com/en/1.0.0/). - 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 +- Custom monkey directory name config option. #1537 ### Fixed - A bug in network map page that caused delay of telemetry log loading. #1545