diff --git a/CHANGELOG.md b/CHANGELOG.md index 86d5d65..86b15e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.7.5] - 2021-06-05 +### Changed +- Reduced the frequency of database reads and writes by adding caches for settings and torrents. +- Updated dependency of RD.NET to improve serialization error reporting. +- Changed how the base href is determined to support path proxies. +- Fixed issue with handling of renamed torrents. + ## [1.7.4] - 2021-04-22 ### Changed - Changed how the docker is built.