Skip to content

Commit 559bbe5

Browse files
committed
doc: sort changelog entries for upcoming 0.9.0
I want to keep the same ordering in a future. Looked at the keepachangelog.com and hold the Added-Changed-Fixed order.
1 parent 22aba5f commit 559bbe5

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

CHANGELOG.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
### Added
11+
12+
* `crud.len()` function to calculate the number of tuples
13+
in the space for memtx engine and calculate the maximum
14+
approximate number of tuples in the space for vinyl engine.
15+
* Testing: added integration with service coveralls.io (PR #195).
16+
* Testing: added integration with luacov that allows to generate report with
17+
code coverage statistics (PR #195).
18+
1019
### Changed
1120

1221
* Names of errors generated by CRUD operations have been unified (PR #184).
@@ -20,15 +29,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2029
* Damaging of opts table by CRUD methods (#192).
2130
* Ignoring of `bucket_id` option in `crud.select()`/`crud.pairs()` (#220).
2231

23-
### Added
24-
25-
* `crud.len()` function to calculate the number of tuples
26-
in the space for memtx engine and calculate the maximum
27-
approximate number of tuples in the space for vinyl engine.
28-
* Testing: added integration with service coveralls.io (PR #195).
29-
* Testing: added integration with luacov that allows to generate report with
30-
code coverage statistics (PR #195).
31-
3232
## [0.8.0] - 02-07-21
3333

3434
### Fixed

0 commit comments

Comments
 (0)