Skip to content

Commit

Permalink
Fix CHANGELOG for 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
penberg committed Sep 6, 2019
1 parent 1e26abd commit e2cc939
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
partition keyspace should be divided into when applying the different distribution functions.
The default value of this is set to an ad-hoc value of 10000 which should supply ample possibilities
for varying selection of values according to the chosen probability distribution.

# [1.5.0] - 2019-08-26

- Fix overlapping operations on the same partition key ([#198](https://github.com/scylladb/gemini/issues/198)).
- Partition keys can now be drawn from various distributions such as ___"zipf"___,
___"uniform"___ and ___"normal"___. The CLI argument `--partition-key-distribution` is used
Expand Down Expand Up @@ -167,6 +170,7 @@

- Improve progress indicator ([#14](https://github.com/scylladb/gemini/issues/14)).

[1.5.0]: https://github.com/scylladb/gemini/compare/v1.4.4...v1.5.0
[1.1.0]: https://github.com/scylladb/gemini/compare/v1.1.0...v1.0.0
[1.0.0]: https://github.com/scylladb/gemini/compare/v0.9.2...v1.0.0
[0.9.2]: https://github.com/scylladb/gemini/compare/v0.9.1...v0.9.2
Expand Down

0 comments on commit e2cc939

Please sign in to comment.