From 95ba8da99e7e4a93b69cadb7690645563b881cf5 Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Sat, 16 Dec 2017 10:49:43 -0600 Subject: [PATCH] Clean changelog --- CHANGELOG.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23ecaeb0f..226b1aaf8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,16 +13,12 @@ This project follows [Semantic Versioning](http://semver.org) guidelines. * `[beta.2]` — Fixes bug causing schedules to be un-deletable. * `[beta.2]` — Fixes bug that prevented the deletion of nodes due to an allocation deletion cascade issue with the SQL schema. -### Changed -* Revoking the administrative status for an admin will revoke all authentication tokens currently assigned to their account. - ### Added * Added star indicators to user listing in Admin CP to indicate users who are set as a root admin. +* Settings are now editable via the Admin CP and override config values where possible. ### Changed -* API keys have been changed to only use a single public key passed in a bearer token. All existing keys can continue being used, however only the first 32 characters should be sent. - -### Changed +* Revoking the administrative status for an admin will revoke all authentication tokens currently assigned to their account. * API keys have been changed to only use a single public key passed in a bearer token. All existing keys can continue being used, however only the first 32 characters should be sent. ## v0.7.0-beta.2 (Derelict Dermodactylus)