diff options
author | Alex Gleason <alex@alexgleason.me> | 2020-06-23 14:17:23 -0500 |
---|---|---|
committer | Alex Gleason <alex@alexgleason.me> | 2020-06-30 16:39:15 -0500 |
commit | 8daacc911498d827fd68ea3d34eb1be9ae4a1ffe (patch) | |
tree | adc686b5ba9c5832e1cc7f825e1dd01f7dd3d3a0 /CHANGELOG.md | |
parent | 1d0804b49f56fe722b12f83269d98acfdee7ac77 (diff) | |
download | pleroma-8daacc911498d827fd68ea3d34eb1be9ae4a1ffe.tar.gz pleroma-8daacc911498d827fd68ea3d34eb1be9ae4a1ffe.zip |
AutoLinker --> Linkify, update to latest version
https://git.pleroma.social/pleroma/elixir-libraries/linkify
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 71963d206..4d3bda99e 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. +- **Breaking:** Configuration: `:auto_linker, :opts` moved to `:pleroma, Pleroma.Formatter`. Old config namespace is deprecated. <details> <summary>API Changes</summary> |