From df07404219d3083911099f327d785490e0fcbd5b Mon Sep 17 00:00:00 2001 From: Ibrahim Jarif Date: Wed, 19 Aug 2020 00:44:55 +0530 Subject: [PATCH] Fix changelog for v2.2007.1 --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0257c8a16..bbb29cb5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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