From 92977cfe0625d4127fc7a7e0b17f03032d4010c1 Mon Sep 17 00:00:00 2001 From: Val Voronov Date: Wed, 3 May 2023 00:55:50 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 10 ++++++++++ ls_UI/core/changelog.lua | 7 ++++++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51ff1953..a5043e88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # CHANGELOG +## Version 100100.01 + +- Added 10.1.0 support. + +- Removed login message for good. It served its purpose. + +### Minimap + +- Fixed an issue where the difficulty flag's position wasn't adjusted when flipping the minimap. + ## Version 100005.04 - Fixed fading. Adding new stuff is never easy... diff --git a/ls_UI/core/changelog.lua b/ls_UI/core/changelog.lua index 0dcb1bb9..e85a3e34 100644 --- a/ls_UI/core/changelog.lua +++ b/ls_UI/core/changelog.lua @@ -6,5 +6,10 @@ local _G = getfenv(0) -- Mine E.CHANGELOG = [[ -- Fixed fading. Adding new stuff is never easy... +- Added 10.1.0 support. +- Removed login message for good. It served its purpose. + +### Minimap + +- Fixed an issue where the difficulty flag's position wasn't adjusted when flipping the minimap. ]]