We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe335c2 commit 244108cCopy full SHA for 244108c
pages/changelog/v1.5.0.mdx
@@ -111,3 +111,5 @@ store.subscribe((e: EphemeralStoreEvent) => {
111
112
- Fixed text styling at end "\n" character
113
- Added JSON support for current transaction operations
114
+- For environments that support multi-threading such as Rust and Swift, LoroDoc can now be directly and safely
115
+ shared and accessed in parallel across multiple threads without triggering the previous WouldBlock panic.
0 commit comments