From e282f774afcb2abb898a07b7ccce5594308473de Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Tue, 3 Jan 2017 16:45:52 -0500 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 328513603..f6f8a1049 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ This project follows [Semantic Versioning](http://semver.org) guidelines. ## v0.5.6 (Bodacious Boreopterus) ### Added * Added the following languages: Estonian `et`, Dutch `nl`, Norwegian `nb` (partial), Romanian `ro`, and Russian `ru`. Interested in helping us translate the panel into more languages, or improving existing translations? Contact us on Discord and let us know. +* Added missing `strings.password` to language file for English. ### Fixed * Fixes bug where assigning a variable a default value (or valid value) of `0` would cause the panel to reject the value thinking it did not exist. @@ -13,6 +14,7 @@ This project follows [Semantic Versioning](http://semver.org) guidelines. * Fixes server names requiring at minimum 4 characters. Name can now be 1 to 200 characters long. :pencil2: * Fixes bug that would allow adding the owner of a server as a subuser for that same server. * Fixes bug that would allow creating multiple subusers with the same email address. +* Fixes bug where Sponge servers were improperly tagged as a spigot server in the daemon causing issues when booting or modifying configuration files. ## v0.5.5 (Bodacious Boreopterus) ### Added