X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=CHANGELOG.md;h=b1a420b49058c76d1cbbaed299f80abb6a425bbc;hb=47ba796f415740c443cd8477c121280656b13032;hp=5fed80a99e08775e4fdecbbfca297a964b311aea;hpb=f918b6f86ddf8e101a9ce22a46694788eb48b5c7;p=akkoma diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fed80a99..b1a420b49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - MFR policy to set global expiration for all local Create activities - OGP rich media parser merged with TwitterCard - Configuration: `:instance, rewrite_policy` moved to `:mrf, policies`, `:instance, :mrf_transparency` moved to `:mrf, :transparency`, `:instance, :mrf_transparency_exclusions` moved to `:mrf, :transparency_exclusions`. Old config namespace is deprecated. +- Configuration: `:media_proxy, whitelist` format changed to host with scheme (e.g. `http://example.com` instead of `example.com`). Domain format is deprecated.
API Changes