From da6d9f87b0e0afaa121daa82023ed521a323c424 Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Sun, 11 Aug 2024 15:53:25 +0200 Subject: [PATCH] refactor: :memo: Add new changes to changelog --- app/changelog/page.mdx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/changelog/page.mdx b/app/changelog/page.mdx index 5876d64..ac3d8b2 100644 --- a/app/changelog/page.mdx +++ b/app/changelog/page.mdx @@ -25,4 +25,7 @@ This page lists changes since Working Draft 03. {{ className: 'lead' }} - Added optional identification characters to [Custom Emojis](/structures/emoji). - Added `manually_approves_followers` to [Users](/entities/users). - Removed `visibility` from [Notes](/entities/notes). -- Made `subject` optional in [Notes](/entities/notes). \ No newline at end of file +- Made `subject` optional in [Notes](/entities/notes). +- Clarified the way [Follows](/entities/follows) work. +- Removed the use of `Undo` entities for anything except than deleting entities. +- Added [Unfollow](/entities/unfollows) entity. \ No newline at end of file