diff options
author | rinpatch <rinpatch@sdf.org> | 2019-07-08 13:04:14 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-07-08 13:05:46 +0300 |
commit | f5b91bc1576cfcfe702ade5c94727c752e61f0ac (patch) | |
tree | 5a4d3f93b4843a65ab13cdf5478226c048953b4f | |
parent | 682f1897b7d562d50f05cdb8da46d2ca55dfa22f (diff) | |
download | pleroma-f5b91bc1576cfcfe702ade5c94727c752e61f0ac.tar.gz |
Improve wording in CHANGELOG.md
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 25fcf9dd4..99f6fe474 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,8 +11,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Admin API: Return avatar and display name when querying users ### Fixed -- Not being able to pin unlisted postss -- Metadata rendering crashes no longer result in 500 errors +- Not being able to pin unlisted posts +- Metadata rendering errors resulting in the entire page being inaccessible - Mastodon API: Handling of search timeouts (`/api/v1/search` and `/api/v2/search`) ### Changed |