From: Mark Felder Date: Sat, 5 Dec 2020 14:41:15 +0000 (-0600) Subject: Add entry announcing new ConfigDB mix tasks X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=24673b6ca35c5600f0d2a8f5b8b89a402f387bf6;p=akkoma Add entry announcing new ConfigDB mix tasks --- diff --git a/CHANGELOG.md b/CHANGELOG.md index f4ef66408..7fe68f4b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Ability to view remote timelines, with ex. `/api/v1/timelines/public?instance=lain.com` and streams `public:remote` and `public:remote:media`. - The site title is now injected as a `title` tag like preloads or metadata. - Password reset tokens now are not accepted after a certain age. +- Mix tasks to help with displaying and removing ConfigDB entries. See `mix pleroma.config`
API Changes