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