diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fb55d84a..550b66e2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [1.5.3] - 2018-07-11 +Bug Fixes: +* Fix a panic caused due to item.vptr not copying over vs.Value, when looking + for a move key. + ## [1.5.2] - 2018-06-19 Bug Fixes: * Fix the way move key gets generated. @@ -82,7 +87,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/v1.5.2...HEAD +[Unreleased]: https://github.com/dgraph-io/badger/compare/v1.5.3...HEAD +[1.5.3]: https://github.com/dgraph-io/badger/compare/v1.5.2...v1.5.3 [1.5.2]: https://github.com/dgraph-io/badger/compare/v1.5.1...v1.5.2 [1.5.1]: https://github.com/dgraph-io/badger/compare/v1.5.0...v1.5.1 [1.5.0]: https://github.com/dgraph-io/badger/compare/v1.4.0...v1.5.0