Skip to content

Commit e6326d9

Browse files
committed
Version 0.10.0
1 parent eb3d39c commit e6326d9

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [0.10.0] - 2021-02-09
4+
### Added
5+
- Memory-mapped file access can now be disabled by setting `Options.FileSystem` to `fs.OS`.
6+
### Changed
7+
- The default file system implementation is changed to `fs.OSMMap`.
8+
39
## [0.9.2] - 2021-01-01
410
### Changed
511
- Write-ahead log doesn't rely on wall-clock time anymore. It prevents potential race conditions during compaction and recovery.
@@ -41,4 +47,3 @@
4147
- Windows support (@mattn).
4248
### Changed
4349
- Improve freelist performance.
44-

0 commit comments

Comments
 (0)