Skip to content

Commit df07404

Browse files
author
Ibrahim Jarif
committed
Fix changelog for v2.2007.1
1 parent aef68f0 commit df07404

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ 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.1] - 2020-08-19
7+
8+
### Fixed
9+
- Remove vlog file if bootstrap, syncDir or mmap fails (#1434)
10+
- levels: Compaction incorrectly drops some delete markers (#1422)
11+
- Replay: Update head for LSM entires also (#1456)
12+
613
## [2.2007.0] - 2020-08-10
714

815
### Fixed
@@ -403,7 +410,8 @@ Bug fix:
403410
## [1.0.1] - 2017-11-06
404411
* Fix an uint16 overflow when resizing key slice
405412

406-
[Unreleased]: https://github.com/dgraph-io/badger/compare/v2.2007.0...HEAD
413+
[Unreleased]: https://github.com/dgraph-io/badger/compare/v2.2007.1...HEAD
414+
[2.2007.1]: https://github.com/dgraph-io/badger/compare/v2.2007.0...v2.2007.1
407415
[2.2007.0]: https://github.com/dgraph-io/badger/compare/v2.0.3...v2.2007.0
408416
[2.0.3]: https://github.com/dgraph-io/badger/compare/v2.0.2...v2.0.3
409417
[2.0.2]: https://github.com/dgraph-io/badger/compare/v2.0.1...v2.0.2

0 commit comments

Comments
 (0)