diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e2583f2ca14700d3b2ec8d850560b158d92d931..7e89a83bc86a3ddf5693486ca36dd9cff333d361 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,15 +12,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), In a future version (likely the next), the in-memory cache support will be removed. Instead, please use the Redis caching that is now supported properly by this release, or disable caching if not applicable for your deployment. +### Added + +* Added support for `HEAD` at the `/healthz` endpoint. + ### Changed * Support the Redis config at the root level of the config, promoting it to a proper feature. -* Fixed blurhash implementation to match MSC. ### Fixed * Improved performance of datastore selection when only one datastore is eligible to contain media. * Fixed blurhash not enabling itself. +* Fixed blurhash implementation to match MSC. ## [1.2.8] - April 30th, 2021