Mention file locking issue in CHANGELOG.md

This commit is contained in:
Pekka Enberg
2024-07-21 15:25:47 +03:00
parent 17727ef1af
commit 5df0254a07

View File

@@ -12,7 +12,7 @@
is opened to prevent concurrent processes from corrupting a file.
Please note that the locking scheme differs from SQLite, which uses
POSIX advisory locks for every transaction. We're defaulting to
locking on open because it's faster.
locking on open because it's faster. (Issue #94)
### Changed