File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
66
77## [ Unreleased]
8+
9+ ## [ 1.1.0] - 2017-11-13
810* Create Badger directory if it does not exist when ` badger.Open ` is called.
911* Added ` Item.ValueCopy() ` to avoid deadlocks in long-running iterations
12+ * Fixed 64-bit alignment issues to make Badger run on Arm v7
1013
1114## [ 1.0.1] - 2017-11-06
1215* Fix an uint16 overflow when resizing key slice
1316
14- [ Unreleased ] : https://github.com/dgraph-io/badger/compare/v1.0.1...HEAD
17+ [ Unreleased ] : https://github.com/dgraph-io/badger/compare/v1.1.0...HEAD
18+ [ 1.1.0 ] : https://github.com/dgraph-io/badger/compare/v1.0.1...v1.1.0
1519[ 1.0.1 ] : https://github.com/dgraph-io/badger/compare/v1.0.0...v1.0.1
You can’t perform that action at this time.
0 commit comments