File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments