File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66
77## [ Unreleased]
88
9+ ## [ 1.5.3] - 2018-07-11
10+ Bug Fixes:
11+ * Fix a panic caused due to item.vptr not copying over vs.Value, when looking
12+ for a move key.
13+
914## [ 1.5.2] - 2018-06-19
1015Bug Fixes:
1116* Fix the way move key gets generated.
@@ -82,7 +87,8 @@ Bug fix:
8287## [ 1.0.1] - 2017-11-06
8388* Fix an uint16 overflow when resizing key slice
8489
85- [ Unreleased ] : https://github.com/dgraph-io/badger/compare/v1.5.2...HEAD
90+ [ Unreleased ] : https://github.com/dgraph-io/badger/compare/v1.5.3...HEAD
91+ [ 1.5.3 ] : https://github.com/dgraph-io/badger/compare/v1.5.2...v1.5.3
8692[ 1.5.2 ] : https://github.com/dgraph-io/badger/compare/v1.5.1...v1.5.2
8793[ 1.5.1 ] : https://github.com/dgraph-io/badger/compare/v1.5.0...v1.5.1
8894[ 1.5.0 ] : https://github.com/dgraph-io/badger/compare/v1.4.0...v1.5.0
You can’t perform that action at this time.
0 commit comments