From 336579bd35a53ba49136270a90bc9e3c2102ee0a Mon Sep 17 00:00:00 2001 From: Ahmad Ansori Palembani Date: Sat, 14 Dec 2024 09:51:43 +0700 Subject: [PATCH] docs: Fix changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c30c705ef..b5f2a8f90f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,7 @@ The format is simplified version of [Keep a Changelog](https://keepachangelog.co - Fix slow chapter load - Fix chapter bookmark state is not persistent -## Other +### Other - Refactor downloader - Replace RxJava usage with Kotlin coroutines - Replace DownloadQueue with Flow to hopefully fix ConcurrentModificationException entirely