Skip to content

Commit 933c742

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 7bdd13a commit 933c742

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
## [0.13.0] - 29-08-22
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

1313
### Fixed
1414
* Fix specifying `vshard` sharding funcs (#314).
@@ -17,9 +17,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1717

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

2424
## [0.12.0] - 28-06-22
2525

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

3333
## [0.11.3] - 15-06-22
3434

0 commit comments

Comments
 (0)