From 8af50e1d1ade20ee047f32e0e542194fb141ff24 Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Sat, 10 Nov 2018 12:21:15 -0800 Subject: [PATCH] Update changelog --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96beee1ff..0f2270f10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,19 @@ This file is a running track of new features and fixes to each version of the pa This project follows [Semantic Versioning](http://semver.org) guidelines. +## v0.7.11 (Derelict Dermodactylus) +### Fixed +* Fixes an issue with certain systems not handling an API folder that was named `API` but referenced as `Api` in the namespace. +* TS3 egg updated to use CLI arguments correctly and have a more minimalistic installation script. +* Terminal was not properly displaying longer lines leading to some visual inconsistency. +* Assorted translation updates. + +### Changed +* Removed PhraseApp integration from Panel code as it is no longer used. + +### Added +* You can now test your mail settings from the Admin CP without waiting to see if things are working correctly. + ## v0.7.10 (Derelict Dermodactylus) ### Fixed * Scheduled tasks triggered manually no longer improperly change the `next_run_at` time and do not run twice in a row anymore.