diff options
author | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-03-21 09:47:05 +0300 |
---|---|---|
committer | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-06-16 18:32:18 +0300 |
commit | ed189568f3c2c6fc6ae9ba4d676e95902b3019d1 (patch) | |
tree | a98a64ed2df68b4ccb4e3dfc22f5436d3f9c9493 /CHANGELOG.md | |
parent | 8bfacffabc1325fa908f253358bbe29093622b0a (diff) | |
download | pleroma-ed189568f3c2c6fc6ae9ba4d676e95902b3019d1.tar.gz pleroma-ed189568f3c2c6fc6ae9ba4d676e95902b3019d1.zip |
moving mrf settings from instance to separate group
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d2629bf84..12e8d58e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +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/). ## [unreleased] - ### Changed - MFR policy to set global expiration for all local Create activities - OGP rich media parser merged with TwitterCard +- Configuration: `rewrite_policy` renamed to `policies` and moved from `instance` to `mrf` group. Old config namespace is deprecated. +- Configuration: `mrf_transparency` renamed to `transparency` and moved from `instance` to `mrf` group. Old config namespace is deprecated. +- Configuration: `mrf_transparency_exclusions` renamed to `transparency_exclusions` and moved from `instance` to `mrf` group. Old config namespace is deprecated. + <details> <summary>API Changes</summary> - **Breaking:** Emoji API: changed methods and renamed routes. |