From b5c13f14e6411dbb7f608f511a0f09b21bb7ce6e Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Sat, 10 Nov 2018 15:08:11 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4513b47e1..ea2027f69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ This project follows [Semantic Versioning](http://semver.org) guidelines. ### Changed * Removed PhraseApp integration from Panel code as it is no longer used. +* SFTP login endpoint now returns the permissions for that user rather than requiring additional queries to get that data. ### Added * You can now test your mail settings from the Admin CP without waiting to see if things are working correctly.