From 09f14687d3b1d75a686fb754fd45a5fa61efaa78 Mon Sep 17 00:00:00 2001 From: Mike Salvatore Date: Mon, 30 Aug 2021 09:44:20 -0400 Subject: [PATCH] Fixed minor typos in CHANGELOG.md --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52a507773..5c4a2f44b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,7 +42,7 @@ Changelog](https://keepachangelog.com/en/1.0.0/). - Select Logger configuration at runtime. #971 - Select `mongo_key.bin` file location at runtime. #994 - Store Monkey agents in the configurable data_dir when monkey is "run from the -7 +- island". #997 - Reformat all code using black. #1070 - Sort all imports using isort. #1081 - Address all flake8 issues. #1071 @@ -70,7 +70,8 @@ Changelog](https://keepachangelog.com/en/1.0.0/). - Improve runtime of some unit tests. #1125 - Run curl OR wget (not both) when attempting to communicate as a new user on Linux. #1407 -- Renamed "Communicate as new user" post-breach action to "Communicate as backdoor user". #1410 +- The name of the "Communicate as new user" post-breach action to "Communicate + as backdoor user". #1410 ### Removed - Relevant dead code as reported by Vulture. #1149