diff options
author | Mark Felder <feld@FreeBSD.org> | 2020-12-05 08:41:15 -0600 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2020-12-05 08:44:02 -0600 |
commit | 24673b6ca35c5600f0d2a8f5b8b89a402f387bf6 (patch) | |
tree | d8565f7fd84ed3e9ddb6820fe6c255751f03ef75 | |
parent | 9dfda37821d663c4b2f8e113336a517d694abee0 (diff) | |
download | pleroma-24673b6ca35c5600f0d2a8f5b8b89a402f387bf6.tar.gz |
Add entry announcing new ConfigDB mix tasks
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
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` <details> <summary>API Changes</summary> |