diff options
author | Mark Felder <feld@feld.me> | 2021-02-02 12:16:01 -0600 |
---|---|---|
committer | Mark Felder <feld@feld.me> | 2021-02-02 12:16:01 -0600 |
commit | d0c2159b773de4fe4eb13dd4925a912c1b89c69c (patch) | |
tree | 821dfa010c0ba5fd7343e65da7b9fddc94e17b52 | |
parent | aaceb042c562161f289a0504dea8e688843a215e (diff) | |
download | pleroma-d0c2159b773de4fe4eb13dd4925a912c1b89c69c.tar.gz |
Mix pleroma.instance creates parent directories now
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c4f3867a2..3431d2afa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -58,6 +58,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Creating incorrect IPv4 address-style HTTP links when encountering certain numbers. - Reblog API Endpoint: Do not set visibility parameter to public by default and let CommonAPI to infer it from status, so a user can reblog their private status without explicitly setting reblog visibility to private. - Tag URLs in statuses are now absolute +- Mix task pleroma.instance creates missing parent directories if the configuration or SQL output paths are changed. <details> <summary>API Changes</summary> |