From a30af308943a9d1122df261a501264b209470757 Mon Sep 17 00:00:00 2001
From: Rian8337 <52914632+Rian8337@users.noreply.github.com>
Date: Thu, 6 Feb 2025 22:41:19 +0800
Subject: [PATCH] Update changelog
---
assets/app/changelog.md | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/assets/app/changelog.md b/assets/app/changelog.md
index 8d5fbeee6..36bb79456 100644
--- a/assets/app/changelog.md
+++ b/assets/app/changelog.md
@@ -29,4 +29,9 @@ Version 1.8.2
- Fixed slider repeats not generating when slider tick generation is disabled by [Rian8337](https://github.com/Rian8337)
- Fixed negative duration spinners persisting indefinitely by [Rian8337](https://github.com/Rian8337)
- Fixed wrong download speed unit in beatmap downloader by [SweetIceLolly](https://github.com/SweetIceLolly)
-- Fixed OpenGL stack underflow when exiting gameplay by [ammarasyad](https://github.com/ammarasyad)
\ No newline at end of file
+- Fixed OpenGL stack underflow when exiting gameplay by [ammarasyad](https://github.com/ammarasyad)
+- Fixed slider heads not being "ignored" in replays from before version 1.8 by [Rian8337](https://github.com/Rian8337)
+ - In replays before version 1.8, the slider head is considered to *not* exist when the hit is late. It is a very weird
+ behavior, but that's what actually happened.
+- Fixed a few cases where replay data is not used when judging slider heads in replays by [Rian8337](https://github.com/Rian8337)
+ - This caused combo and (potentially) accuracy to not match with a replay's results when it is played back.
\ No newline at end of file