From c9e01f197cd01b057d3cb366e409136856ffae34 Mon Sep 17 00:00:00 2001 From: Mike Salvatore Date: Wed, 3 Aug 2022 19:18:40 -0400 Subject: [PATCH] Changelog: Improve consistency in API entries --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 442c6c86d..2d4bdc810 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -47,10 +47,10 @@ Changelog](https://keepachangelog.com/en/1.0.0/). #1761, #1695, #1605, #2028, #2003 - `/api/island-mode` to accept and return new "unset" mode. #2036 - `/api/version-update` to `api/island/version`. #2109 -- The `/api/island-mode` to `/api/island/mode`. #2106 -- The `/api/log/island/download` endpoint to `/api/island/log`. #2107 -- The `/api/auth` endpoint to `/api/authenticate`. #2105 -- The `/api/registration` endpoint to `/api/register`. #2105 +- `/api/island-mode` to `/api/island/mode`. #2106 +- `/api/log/island/download` endpoint to `/api/island/log`. #2107 +- `/api/auth` endpoint to `/api/authenticate`. #2105 +- `/api/registration` endpoint to `/api/register`. #2105 ### Removed - VSFTPD exploiter. #1533