chore: add release note

This commit is contained in:
Zixuan Chen 2024-11-04 17:23:20 +08:00
parent 18d98d480c
commit 4bed182d9e
No known key found for this signature in database

View file

@ -0,0 +1,7 @@
---
"loro-crdt": patch
---
Define the behavior of `doc.fork()` when the doc is detached
It will fork at the current state_frontiers, which is equivalent to calling `doc.fork_at(&doc.state_frontiers())`