Skip to content

Commit

Permalink
Fixing link in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ecton committed May 3, 2022
1 parent 9b59853 commit ae929fe
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## v0.5.3

### Fixed

- File operations are now fully persisted to disk to the best ability provided
by each operating system. @justinj discovered that no `fsync()` operations
were happening, and reported the finding. Nebari's TreeFile was using
Expand All @@ -32,7 +34,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
For now, the stance of Nebari's authors is that `F_FULLFSYNC` is the proper
way to implement true ACID-compliance.

[reducing-disk-writes]: https://developer.apple.com/documentation/xcode/reducing-disk-writes#Minimize-Explicit-Storage-Synchronization
[apple-reducing-disk-writes]:
https://developer.apple.com/documentation/xcode/reducing-disk-writes#Minimize-Explicit-Storage-Synchronization

## v0.5.2

Expand Down

0 comments on commit ae929fe

Please sign in to comment.