Skip to content

Commit 22aba5f

Browse files
committed
doc: revisit changelog for upcoming 0.9.0
* Marked all changelog entries either with an issue ID or with a pull request ID. * Added a changelog entry for #144 (ignoring of an error in `crud.pairs()`). * Marked testing changes explicitly, move them down in the list.
1 parent 74ccd86 commit 22aba5f

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

CHANGELOG.md

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

1010
### Changed
1111

12-
* Names of errors generated by CRUD operations have been unified.
12+
* Names of errors generated by CRUD operations have been unified (PR #184).
1313
* Opmimize `crud.select()` / `crud.pairs()` for one replicaset case (say, when
1414
`bucket_id` is passed or deducible from conditions). It gives 13% boost on
15-
the case from #220.
15+
the case from #220 (PR #226).
1616

1717
### Fixed
1818

19-
* Damaging of opts table by CRUD methods.
19+
* Ignoring of an error in `crud.pairs()` (#144).
20+
* Damaging of opts table by CRUD methods (#192).
2021
* Ignoring of `bucket_id` option in `crud.select()`/`crud.pairs()` (#220).
2122

2223
### Added
2324

24-
* Added integration with service coveralls.io.
25-
* Added integration with luacov that allows to generate report with code
26-
coverage statistics.
2725
* `crud.len()` function to calculate the number of tuples
2826
in the space for memtx engine and calculate the maximum
2927
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).
3031

3132
## [0.8.0] - 02-07-21
3233

0 commit comments

Comments
 (0)