From 77f86e2bb833b2d9c588954a854ba2ba19e0c9f9 Mon Sep 17 00:00:00 2001 From: Ahmad Ansori Palembani Date: Sat, 14 Dec 2024 08:52:11 +0700 Subject: [PATCH] docs: Sync changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e2d8d831e..4c30c705ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,11 @@ The format is simplified version of [Keep a Changelog](https://keepachangelog.co - Fix slow chapter load - Fix chapter bookmark state is not persistent +## Other +- Refactor downloader + - Replace RxJava usage with Kotlin coroutines + - Replace DownloadQueue with Flow to hopefully fix ConcurrentModificationException entirely + ## [1.9.2] ### Changes