Skip to content

Commit

Permalink
Fix changelog for v2.2007.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ibrahim Jarif committed Aug 18, 2020
1 parent aef68f0 commit df07404
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ 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.1] - 2020-08-19

### Fixed
- Remove vlog file if bootstrap, syncDir or mmap fails (#1434)
- levels: Compaction incorrectly drops some delete markers (#1422)
- Replay: Update head for LSM entires also (#1456)

## [2.2007.0] - 2020-08-10

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

[Unreleased]: https://github.com/dgraph-io/badger/compare/v2.2007.0...HEAD
[Unreleased]: https://github.com/dgraph-io/badger/compare/v2.2007.1...HEAD
[2.2007.1]: https://github.com/dgraph-io/badger/compare/v2.2007.0...v2.2007.1
[2.2007.0]: https://github.com/dgraph-io/badger/compare/v2.0.3...v2.2007.0
[2.0.3]: https://github.com/dgraph-io/badger/compare/v2.0.2...v2.0.3
[2.0.2]: https://github.com/dgraph-io/badger/compare/v2.0.1...v2.0.2
Expand Down

0 comments on commit df07404

Please sign in to comment.