Skip to content

Commit d1b1c1a

Browse files
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
1 parent c8d496b commit d1b1c1a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
88
## [Unreleased]
99

1010
### Added
11+
* `crud.count()` function to calculate the number of tuples
12+
in the space according to conditions.
13+
* Support bucket id calculating using sharding func specified in
14+
DDL schema or in `_ddl_sharding_func` space.
1115
* Statistics for CRUD operations on router (#224).
1216
* Integrate CRUD statistics with [`metrics`](https://github.com/tarantool/metrics) (#224).
1317
* 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.
2731
key specified with DDL schema or in `_ddl_sharding_key` space.
2832
NOTE: CRUD methods delete(), get() and update() requires that sharding key
2933
must be a part of primary key.
30-
* `crud.count()` function to calculate the number of tuples
31-
in the space according to conditions.
32-
* Support bucket id calculating using sharding func specified in
33-
DDL schema or in `_ddl_sharding_func` space.
3434

3535
### Fixed
3636

0 commit comments

Comments
 (0)