From a68eb0fadb0633208eae6fb54fca3b761a42bdfc Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Sun, 22 Dec 2024 10:36:12 -0600 Subject: [PATCH] updated CHANGELOG.md --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df8f2537..1de4a9df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,14 +20,16 @@ * \#19 \[bug\] Rename file is broken for files that are existing * \#23 \[bug\] Incorrect file size displayed while upload is pending * \#24 RocksDB implementations should be transactional +* \#25 Writes should block when maximum cache size is reached ### Changes from v2.0.1-rc +* Ability to choose between RocksDB and SQLite databases +* Added direct reads and implemented download fallback +* Comprehensive WinFSP and FUSE unit tests, including remote testing * Corrected file times on S3 and Sia providers * Corrected handling of `chown()` and `chmod()` * Fixed erroneous download of chunks after resize -* Comprehensive WinFSP and FUSE unit tests, including remote testing -* Ability to choose between RocksDB and SQLite databases ## v2.0.1-rc