diff options
author | William Pitcock <nenolod@dereferenced.org> | 2019-05-17 20:31:39 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2019-05-17 20:31:39 +0000 |
commit | c234ce546a769747f436c19fee99bed2a7a58f3b (patch) | |
tree | 0431e811bdadb2e20992182e6ac61da391396ef0 | |
parent | 290f5b2cfe91dd2acba56f79ef137f15c68a0db0 (diff) | |
download | pleroma-c234ce546a769747f436c19fee99bed2a7a58f3b.tar.gz |
add CHANGELOG entry
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 12c439135..5de9ae292 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -102,6 +102,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Mastodon API: Correct `reblogged`, `favourited`, and `bookmarked` values in the reblog status JSON - Mastodon API: Exposing default scope of the user to anyone - Mastodon API: Make `irreversible` field default to `false` [`POST /api/v1/filters`] +- User-Agent is now sent correctly for all HTTP requests. ## Removed - Configuration: `config :pleroma, :fe` in favor of the more flexible `config :pleroma, :frontend_configurations` |