Skip to content

Commit d5a25b8

Browse files
author
Ibrahim Jarif
authored
Fix changelog for v2.2007.2 (#1490) (#1491)
Add information about two new commits. (cherry picked from commit 84cc0bf)
1 parent b41e77a commit d5a25b8

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@ All notable changes to this project will be documented in this file.
33

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

6-
## [2.2007.2] - 2020-08-26
6+
## [2.2007.2] - 2020-08-31
77

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

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

21-
### Removed APIs
23+
### Removed APIs [Breaking Changes]
2224
- Badger.DB
2325
- DataCacheMetrics (#1473)
2426
- BfCacheMetrics (#1473)

0 commit comments

Comments
 (0)