From 63560910702cdcd8bd74caeb674541cd13ee4102 Mon Sep 17 00:00:00 2001 From: Chris Nicholas Date: Fri, 8 May 2026 17:16:25 +0100 Subject: [PATCH] =?UTF-8?q?CHANGELOG=20=E2=80=94=20WEEK=2019=20(#3385)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Vincent Driessen --- CHANGELOG_PUBLIC.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG_PUBLIC.md b/CHANGELOG_PUBLIC.md index b1b0d9e0388..6d40c6f5cac 100644 --- a/CHANGELOG_PUBLIC.md +++ b/CHANGELOG_PUBLIC.md @@ -18,6 +18,17 @@ list and feel free to give them credit at the end of a line, e.g.: --> +# Week 18 (2026-05-01) + +## Liveblocks dev server (v1.4.1) + +- Fix: `client.getOrCreateRoom()` no longer errors when the room already exists, matching production behavior. +- Fix: Yjs document updates made via `PUT /v2/rooms//ydoc` now get broadcast to connected WebSocket clients, matching production behavior. + +## Contributors + +nvie + # Week 17 (2026-04-24) ## Website