From 8a293758d04a38ad0716afa253b46139172e1928 Mon Sep 17 00:00:00 2001 From: Pekka Enberg Date: Thu, 14 Mar 2019 10:55:06 +0200 Subject: [PATCH] Start a changelog Let's start keeping a changelog that users can read to know the differences between releases. The newly added CHANGELOG.md file is supposed to follow these conventions: https://keepachangelog.com/en/1.0.0/ --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..a6d99a51 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ +# Changelog + +## Unreleased + +### Added + +- Launcher script (`scripts/gemini-launcher`) that starts an Apache Cassandra + node as the test oracle and a Scylla node as the system under test using + Docker. +- Schema generation support. Gemini generates a random schema unless user + specifies one with the `--schema` command line option.