CHANGELOG.md: Add entry for !1484
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>
Fri, 26 Jul 2019 13:33:25 +0000 (15:33 +0200)
committerHaelwenn (lanodan) Monnier <contact@hacktivis.me>
Fri, 26 Jul 2019 15:26:37 +0000 (17:26 +0200)
Related to: https://git.pleroma.social/pleroma/pleroma/merge_requests/1484

[ci skip]

CHANGELOG.md

index a3f54d19ea97c516f49c6fd1955de1e8d9b4f0d2..bd3048b196b0024157400e80fe5b353eac0f8ab7 100644 (file)
@@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
 ## [Unreleased]
 ### Changed
 - **Breaking:** Configuration: A setting to explicitly disable the mailer was added, defaulting to true, if you are using a mailer add `config :pleroma, Pleroma.Emails.Mailer, enabled: true` to your config
+- **Breaking:** Configuration: `/media/` is now removed when `base_url` is configured, append `/media/` to your `base_url` config to keep the old behaviour if desired
 - Configuration: OpenGraph and TwitterCard providers enabled by default
 - Configuration: Filter.AnonymizeFilename added ability to retain file extension with custom text
 - Federation: Return 403 errors when trying to request pages from a user's follower/following collections if they have `hide_followers`/`hide_follows` set