diff options
author | Ivan Tashkinov <ivantashkinov@gmail.com> | 2021-01-22 10:05:28 +0300 |
---|---|---|
committer | Ivan Tashkinov <ivantashkinov@gmail.com> | 2021-01-22 10:05:28 +0300 |
commit | 218c51960606454577a12fb6e417d66ab46f3965 (patch) | |
tree | 831e8bef7e82021bf22ec057cb46716be70091b4 /CHANGELOG.md | |
parent | ca7f24064304945587fc232325dce4b834ff6c94 (diff) | |
parent | 42e495df2b8d72365e22f8be708051130bc81973 (diff) | |
download | pleroma-218c51960606454577a12fb6e417d66ab46f3965.tar.gz pleroma-218c51960606454577a12fb6e417d66ab46f3965.zip |
Merge remote-tracking branch 'remotes/origin/develop' into feature/object-hashtags-rework
# Conflicts:
# test/pleroma/web/mastodon_api/views/status_view_test.exs
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 29dd347a0..15d44142a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -55,6 +55,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Streaming API: Posts and notifications are not dropped, when CLI task is executing. - 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 <details> <summary>API Changes</summary> |