diff options
author | eugenijm <eugenijm@protonmail.com> | 2021-03-06 23:53:45 +0300 |
---|---|---|
committer | eugenijm <eugenijm@protonmail.com> | 2021-03-06 23:53:45 +0300 |
commit | 79febf96883083f85c0529c5e25566be5ee044d3 (patch) | |
tree | 2d485a89646250dd251e8fa7e489db0be31cba60 /CHANGELOG.md | |
parent | 13aa98d6899ba1e4a37fa1fd3ddb1ac35ea6e136 (diff) | |
download | pleroma-add-assets-to-static-file-constants.tar.gz |
Added `assets` to the list of the reserved nicknames and static file constantsadd-assets-to-static-file-constants
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ed08701fd..abc9ccedc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - The `application` metadata returned with statuses is no longer hardcoded. Apps that want to display these details will now have valid data for new posts after this change. +### Added + +- Added `assets` to the list of the reserved nicknames and static file constants + ## Unreleased (Patch) ## [2.3.0] - 2020-03-01 |