From 0f31e272b72db57a02772fa2c788925906aaa570 Mon Sep 17 00:00:00 2001 From: Georgy Moiseev Date: Thu, 21 Jul 2022 14:40:55 +0300 Subject: [PATCH] changelog: fix typo Fix changelog typo introduced in PR #309. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 276fbf2d..91b0f69f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Changed ### Fixed -* Fetching invalid ddl confuguration (sharding key for non-existing space) +* Fetching invalid ddl configuration (sharding key for non-existing space) is no longer breaks CRUD requests (#308, PR #309). * ddl space record delete no more throws error if crud is used (#310, PR #311). * crud sharding metainfo is now updated on ddl record delete (#310, PR #311).