Skip to content

Commit ccd69f9

Browse files
changelog: use single format
After discussion with Ecosystem team, we decided not to specify PR in CHANGELOG entries if there is a related issue. This patch make last CHANGELOG entries consistent.
1 parent 8a290c2 commit ccd69f9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CHANGELOG.md

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

1010
### Added
11-
* `crud.storage_info` function to get storages status (#229, PR #299).
11+
* `crud.storage_info` function to get storages status (#229).
1212
* Support `vshard_router` option in operations for Cartridge vshard groups
1313
or non-default vshard routers (#44).
1414

@@ -21,9 +21,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2121

2222
### Fixed
2323
* Fetching invalid ddl configuration (sharding key for non-existing space)
24-
is no longer breaks CRUD requests (#308, PR #309).
25-
* ddl space record delete no more throws error if crud is used (#310, PR #311).
26-
* crud sharding metainfo is now updated on ddl record delete (#310, PR #311).
24+
is no longer breaks CRUD requests (#308).
25+
* ddl space record delete no more throws error if crud is used (#310).
26+
* crud sharding metainfo is now updated on ddl record delete (#310).
2727

2828
## [0.12.0] - 28-06-22
2929

@@ -32,7 +32,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
3232
`crud.insert_many()`/`crud.insert_object_many()`/
3333
`crud.upsert_many()`/`crud.upsert_object_many()`
3434
`crud.replace_many()`/`crud.replace_object_many()`
35-
with partial consistency (#193, PR #232).
35+
with partial consistency (#193).
3636

3737
## [0.11.3] - 15-06-22
3838

0 commit comments

Comments
 (0)