Skip to content

Commit

Permalink
Fix changelog for v2.2007.2 (#1490)
Browse files Browse the repository at this point in the history
Add information about two new commits.
  • Loading branch information
Ibrahim Jarif authored Aug 27, 2020
1 parent ed3b219 commit 84cc0bf
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

## [2.2007.2] - 2020-08-26
## [2.2007.2] - 2020-08-31

### Fixed
- compaction: Use separate compactors for L0, L1 (#1466)
- Compaction: Use separate compactors for L0, L1 (#1466)
- Rework Block and Index cache (#1473)
- Add IsClosed method (#1478)
- Cleanup: Avoid truncating in vlog.Open on error (#1465)
- Cleanup: Do not close cache before compactions (#1464)

### New APIs
- Badger.DB
Expand All @@ -18,7 +20,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
- WithBlockCacheSize (#1473)
- WithIndexCacheSize (#1473)

### Removed APIs
### Removed APIs [Breaking Changes]
- Badger.DB
- DataCacheMetrics (#1473)
- BfCacheMetrics (#1473)
Expand Down

0 comments on commit 84cc0bf

Please sign in to comment.