diff options
author | Ivan Tashkinov <ivantashkinov@gmail.com> | 2019-11-20 15:57:51 +0300 |
---|---|---|
committer | Ivan Tashkinov <ivantashkinov@gmail.com> | 2019-11-20 15:57:51 +0300 |
commit | 81f1c6bc4725f6d97d42ff89f24328ae5b505a2d (patch) | |
tree | 237f939564d8a6ea914b1f461fe08d28402f8f5e | |
parent | 4f88b1b4353c1216273e462fb687e8b43b257e37 (diff) | |
download | pleroma-81f1c6bc4725f6d97d42ff89f24328ae5b505a2d.tar.gz |
[#1335] Added CHANGELOG.md entry.
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bd835a3d..3a259ef63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - OStatus: Extract RSS functionality - Deprecated `User.Info` embedded schema (fields moved to `User`) - Store status data inside Flag activity +- Deprecated (reorganized as `UserRelationship` entity) User fields with user AP IDs (`blocks`, `mutes`, `muted_reblogs`, `muted_notifications`, `subscribers`). <details> <summary>API Changes</summary> |