From f3d55c423f75e7c23a506746493441b0872061fb Mon Sep 17 00:00:00 2001 From: Mike Salvatore Date: Fri, 15 Apr 2022 09:54:42 -0400 Subject: [PATCH] CHANGELOG: Add changelog entries for endpoint renaming --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bec863015..15f7998f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,10 @@ Changelog](https://keepachangelog.com/en/1.0.0/). - Log messages to contain human-readable thread names. #1766 - The log file name to `infection-monkey-agent--.log`. #1761 - "Logs" page renamed to "Telemetries". #1640 +- The "/api/fileUpload" endpoint to "/api/file-upload". #1888 +- The "/api/test/clear_caches" endpoint to "/api/test/clear-caches". #1888 +- The "/api/netmap/nodeStates" endpoint to "/api/netmap/node-states". #1888 +- All "/api/monkey_control" endpoints to "/api/monkey-control". #1888 ### Removed - VSFTPD exploiter. #1533