Skip to content

Commit

Permalink
Version 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
akrylysov committed Feb 10, 2021
1 parent eb3d39c commit e6326d9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [0.10.0] - 2021-02-09
### Added
- Memory-mapped file access can now be disabled by setting `Options.FileSystem` to `fs.OS`.
### Changed
- The default file system implementation is changed to `fs.OSMMap`.

## [0.9.2] - 2021-01-01
### Changed
- Write-ahead log doesn't rely on wall-clock time anymore. It prevents potential race conditions during compaction and recovery.
Expand Down Expand Up @@ -41,4 +47,3 @@
- Windows support (@mattn).
### Changed
- Improve freelist performance.

0 comments on commit e6326d9

Please sign in to comment.