From b259a00033725bc1c08f6222f2df3b839f0b0f2e Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Wed, 10 May 2023 13:20:16 -0400 Subject: [PATCH] docs: updating changelog to move line re: breaking change down to new features The initial commit for the change had the socket methods removed, causing it to become a breaking change. Those methods have been restored, but are deprecated, and now slated for removal in an as-yet-unannounced v4. --- CHANGELOG.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d7518ed6b..1e14609633 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,5 @@ #### v3.1.0 (2023-05-10) -##### Breaking Changes - -* started work on porting socket methods to write API [breaking] (f2082d7d) - ##### Chores * up themes (14a5c1aa) @@ -92,6 +88,7 @@ * move topic thumb to template (84a78c2d) * open topic thumbs on click in a bootbox dialog instead of opening in same page; complements nodebb/nodebb-theme-harmony#12 (04219c4c) * closes #11424, add category selector to fork modal (#11491) (6b51dd5a) +* started work on porting socket methods to write API (f2082d7d) ##### Bug Fixes