Skip to content

Commit

Permalink
Fix changelog for v20.07.0 (dgraph-io#1454)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ibrahim Jarif authored Aug 11, 2020
1 parent 3e067a5 commit 763e7d7
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,10 @@ 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/).

## [20.07.0-rc2] - 2020-07-14

### Fixed
- Add a limit to the size of the batches sent over a stream. (#1412)

## [20.07.0-rc1] - 2020-07-11
## [20.07.0] - 2020-08-10

### Fixed
- Add a limit to the size of the batches sent over a stream. (#1412)
- Fix Sequence generates duplicate values (#1281)
- Fix race condition in DoesNotHave (#1287)
- Fail fast if cgo is disabled and compression is ZSTD (#1284)
Expand Down Expand Up @@ -407,8 +403,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/v20.07.0-rc1...HEAD
[20.07.0-rc1]: https://github.com/dgraph-io/badger/compare/v2.0.3...v20.07.0-rc1
[Unreleased]: https://github.com/dgraph-io/badger/compare/v20.07.0...HEAD
[20.07.0]: https://github.com/dgraph-io/badger/compare/v2.0.3...v20.07.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
[2.0.1]: https://github.com/dgraph-io/badger/compare/v2.0.0...v2.0.1
Expand Down

0 comments on commit 763e7d7

Please sign in to comment.