From 8d619d52cd81e3de5f15c5539cc07ff234283d7a Mon Sep 17 00:00:00 2001 From: KolFoxy Date: Tue, 30 Apr 2019 11:03:58 +0300 Subject: [PATCH] #1: Fixed misspells in README and CHANGELOG Co-Authored-By: erickskrauch --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 296bc74..c1a303c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,11 +32,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Bumped Go version to 1.12. ### Fixed -- `/textures` request now doesn't proxies request to Mojang in case when there is no information about the skin, +- `/textures` request no longer proxies request to Mojang in a case when there is no information about the skin, but there is a cape. ### Removed -- `hash` field from `/textures` response because the game doesn't use it and calculates hash by getting filename - from the textures link. +- `hash` field from `/textures` response because the game doesn't use it and calculates hash by getting the filename + from the textures link instead. [Unreleased]: https://github.com/elyby/chrly/compare/4.1.1...HEAD