Skip to content

Commit 391b6d3

Browse files
committed
Update changelog
1 parent a7cf7d9 commit 391b6d3

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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
1015
Bug 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

0 commit comments

Comments
 (0)