Skip to content

Commit c9725f0

Browse files
committed
CHANGES: Add file_lock module entry (#501)
1 parent 0af3980 commit c9725f0

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

CHANGES

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,14 @@ $ uv add libvcs --prerelease allow
1818

1919
<!-- Maintainers, insert changes / features for the next release here -->
2020

21-
_Upcoming changes will be written here._
21+
### Internal
22+
23+
#### _internal: Add file locking module (#501)
24+
25+
- Add {class}`~libvcs._internal.file_lock.FileLock` for cross-platform file locking
26+
- Add {func}`~libvcs._internal.file_lock.atomic_init` for race-free initialization
27+
- Support both sync and async usage patterns
28+
- Useful for pytest-xdist compatibility
2229

2330
### Development
2431

0 commit comments

Comments
 (0)