summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2020-02-04 15:29:26 +0000
committerlain <lain@soykaf.club>2020-02-04 15:29:26 +0000
commita56db789359c7c7d57b45e6c68f791eeadc171e4 (patch)
tree442be8df766b9ab15fff25677e5135d3a98b5421 /CHANGELOG.md
parentc27d1d65bfd60effdb45359697141c136e156177 (diff)
parent90b862e7ab2ad64aed63502bc52ae92e5c0a1791 (diff)
downloadpleroma-a56db789359c7c7d57b45e6c68f791eeadc171e4.tar.gz
pleroma-a56db789359c7c7d57b45e6c68f791eeadc171e4.zip
Merge branch 'feature/make_attachments_cleanup_optional' into 'develop'
Make attachments cleanup optional See merge request pleroma/pleroma!2170
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6d0b3cecd..713ae4361 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,7 +12,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Changed
- **Breaking:** Pleroma won't start if it detects unapplied migrations
-- **Breaking:** attachments are removed along with statuses. Does not affect duplicate files and attachments without status.
- **Breaking:** Elixir >=1.8 is now required (was >= 1.7)
- **Breaking:** `Pleroma.Plugs.RemoteIp` and `:rate_limiter` enabled by default. Please ensure your reverse proxy forwards the real IP!
- **Breaking:** attachment links (`config :pleroma, :instance, no_attachment_links` and `config :pleroma, Pleroma.Upload, link_name`) disabled by default
@@ -54,6 +53,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Added
- `:chat_limit` option to limit chat characters.
+- `cleanup_attachments` option to remove attachments along with statuses. Does not affect duplicate files and attachments without status. Enabling this will increase load to database when deleting statuses on larger instances.
- Refreshing poll results for remote polls
- Authentication: Added rate limit for password-authorized actions / login existence checks
- Static Frontend: Add the ability to render user profiles and notices server-side without requiring JS app.