From 15aaffc6d845163ec668a9a39da4d9ed830562f7 Mon Sep 17 00:00:00 2001 From: rinpatch Date: Mon, 8 Jul 2019 14:13:30 +0300 Subject: [PATCH] Add a changelog entry for changing the defaults --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) 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.