From e5295f8cbf65819dab9014759c6f83033e1dc69f Mon Sep 17 00:00:00 2001 From: Davide Iadeluca Date: Tue, 8 Oct 2024 08:06:33 +0200 Subject: [PATCH] chore: remove interim fixes --- CHANGELOG.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5284e2d33..e080f7e79b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,6 @@ ### Fixed * reset admin page save button in catch handler (https://github.com/flarum/framework/pull/3963) * suspended users can remove avatar (https://github.com/flarum/framework/pull/3998) -* revert extensibility improvement for replyCountItem() (https://github.com/flarum/framework/pull/4051) -* js error as guest on DiscussionListItem (https://github.com/flarum/framework/pull/4056) -* still return controls view item, even if empty (https://github.com/flarum/framework/pull/4057) * return null if content left empty in formatter (https://github.com/flarum/framework/pull/4059) ### Changed * allow DiscussionsSearchSource to be extended (https://github.com/flarum/framework/pull/4025)