From d1b1c1aa15388fde282f4ee142333ca1c3907ad4 Mon Sep 17 00:00:00 2001 From: Georgy Moiseev Date: Fri, 8 Apr 2022 11:23:03 +0300 Subject: [PATCH] changelog: fix 0.10.0 entries Several "0.10.0" section changelog entries (see PRs #230 and #239) were added after 0.10.0 release. This patch fixes the inconsistency by moving them to "Unreleased" section. Follows up #74, #237 --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c020a97b..d309bc7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] ### Added +* `crud.count()` function to calculate the number of tuples + in the space according to conditions. +* Support bucket id calculating using sharding func specified in + DDL schema or in `_ddl_sharding_func` space. * Statistics for CRUD operations on router (#224). * Integrate CRUD statistics with [`metrics`](https://github.com/tarantool/metrics) (#224). * Added LICENSE file into the repository (BSD-2-Clause). @@ -27,10 +31,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. key specified with DDL schema or in `_ddl_sharding_key` space. NOTE: CRUD methods delete(), get() and update() requires that sharding key must be a part of primary key. -* `crud.count()` function to calculate the number of tuples - in the space according to conditions. -* Support bucket id calculating using sharding func specified in - DDL schema or in `_ddl_sharding_func` space. ### Fixed