Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Tinitto committed Nov 9, 2022
1 parent c8950c9 commit 20ccc63
Showing 1 changed file with 33 additions and 2 deletions.
35 changes: 33 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,38 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.0.2] - 2022-11-7
## [0.0.5] - 2022-11-9

### Added

### Changed

- Changed to sync.Mutex instead of message passing via channels. This increased the speed to even beyond what is seen in
the [rust scdb](https://github.com/sopherapps/scdb) except in compact

### Fixed

## [0.0.4] - 2022-11-8

### Added

### Changed

- Optimized the Get operation. Removed unnecessary internal type conversions e.g. to `internal.buffers.Value`

### Fixed

## [0.0.3] - 2022-11-8

### Added

### Changed

### Fixed

- Fix the `BufferPool.TryDeleteKvEntry` to return true when delete from file is successful

## [0.0.2] - 2022-11-8

### Added

Expand All @@ -17,7 +48,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

- Fixed typo in package name `github.com/sopherapps/go-scdb` (originally `github.com/sopherapps/go-scbd`)

## [0.0.1] - 2022-11-7
## [0.0.1] - 2022-11-8

### Added

Expand Down

0 comments on commit 20ccc63

Please sign in to comment.