diff options
author | rinpatch <rinpatch@sdf.org> | 2019-07-08 14:13:30 +0300 |
---|---|---|
committer | Ariadne Conill <ariadne@dereferenced.org> | 2019-07-28 22:44:51 +0000 |
commit | 15aaffc6d845163ec668a9a39da4d9ed830562f7 (patch) | |
tree | cc053ca5ce15ad2cd490099c2e4c245848a20fb7 | |
parent | 67c5e6541eaefd2b8742d6701ced9d8742300a55 (diff) | |
download | pleroma-15aaffc6d845163ec668a9a39da4d9ed830562f7.tar.gz |
Add a changelog entry for changing the defaults
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index be4a1c9ea..a2aedd3e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Migrations: fix a sporadic migration failure - Metadata rendering errors resulting in the entire page being inaccessible +### Changed +- Configuration: OpenGraph and TwitterCard providers enabled by default +- Configuration: Filter.AnonymizeFilename added ability to retain file extension with custom text + ## [1.0.1] - 2019-07-14 ### Security - OStatus: fix an object spoofing vulnerability. |