From 7cf5ae13be8c299e27af147914797ab189468caf Mon Sep 17 00:00:00 2001 From: ErickSkrauch Date: Wed, 3 Mar 2021 01:38:47 +0100 Subject: [PATCH] Update Changelog [skip ci] --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb495c7..4dca8f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `/signature-verification-key` endpoint, which returns the public key in `DER` format for signature verification. ### Fixed -- [#29](https://github.com/elyby/chrly/issues/29) If a previously cached UUID no longer exists, +- [#28](https://github.com/elyby/chrly/issues/28): Added handling of corrupted data from the Mojang's username to UUID + cache. +- [#29](https://github.com/elyby/chrly/issues/29): If a previously cached UUID no longer exists, it will be invalidated and re-requested. - Use correct status code for error about empty response from Mojang's API.