From 575a896d6574a286eaad42497d8e4b5c40de222a Mon Sep 17 00:00:00 2001 From: Dmitry Kropachev Date: Thu, 15 Jun 2023 11:47:12 -0400 Subject: [PATCH] fix(changelog): remove extra char --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ff9b594..93e50e91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ - Pause generator when partitions are full ([#332](https://github.com/scylladb/gemini/pull/332)) - Fix TYPE_TIME value generations ([#337](https://github.com/scylladb/gemini/pull/337)) - Make validation retry on SelectFromMaterializedViewStatementType ([#347](https://github.com/scylladb/gemini/pull/347)) -- Make gemini avoid running DROP COLUMN when it is not supported ([#350](https://github.com/scylladb/gemini/pull/350)) +- Make gemini avoid running DROP COLUMN when it is not suppported ([#350](https://github.com/scylladb/gemini/pull/350)) - Fix UDT value generations ([357](https://github.com/scylladb/gemini/pull/357)) ## [1.8.2] - 2023-06-01