From 4e8b5a83e0793085910fbebbaa46cff775d0c9a8 Mon Sep 17 00:00:00 2001 From: carbotaniuman <41451839+carbotaniuman@users.noreply.github.com> Date: Mon, 25 Jan 2021 12:22:58 -0600 Subject: [PATCH] Changelog --- CHANGELOG.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5323461..d3b3ee8 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed ### Fixed -- [2021-01-25] Add `privileged: true` to mangadex-at-home service in docker-compose to enable use of IOUring for the dockerized version +- [2021-01-25] Add `privileged: true` to mangadex-at-home service in docker-compose to enable use of IOUring for the dockerized version [@_tde9]. +- [2021-01-26] Make updated config restart the webserver and apply changes[@carbotaniuman]. ### Security @@ -23,12 +24,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - [2021-01-24] Epoll and IOUring HTTP transports [@carbotaniuman]. ### Changed -- [2021-01-24] Log files are now UTF-8 [@carbotaniuman] +- [2021-01-24] Log files are now UTF-8 [@carbotaniuman]. ### Fixed -- [2021-01-23] Fix sample docker-compose.yml [@_tde9] -- [2021-01-24] Fix another race condition [@carbotaniuman] -- [2021-01-24] Fix validating small (<1024MiB) caches [@carbotaniuman] +- [2021-01-23] Fix sample docker-compose.yml [@_tde9]. +- [2021-01-24] Fix another race condition [@carbotaniuman]. +- [2021-01-24] Fix validating small (<1024MiB) caches [@carbotaniuman]. ## [2.0.0-rc1] - 2021-01-23 This release contains many breaking changes! Of note are the changes to the cache folders, database location, and settings format.