Skip to content

Commit 01a71c5

Browse files
authored
Fix the wrong link.
1 parent 6077a40 commit 01a71c5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/RELEASE_NOTES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@
3232
[Jar](https://bintray.com/commercetools/maven/commercetools-sync-java/6.0.0)
3333

3434
- 🚧 **Breaking Changes** (1)
35-
- **Inventory Sync**: `InventoryService.fetchInventoryEntriesBySkus(Set<String> skus)` is renamed to `InventoryService.fetchInventoryEntriesByIdentifiers(Set<InventoryEntryIdentifier> inventoryEntryIdentifiers)`. [#580](https://github.com/commercetools/commercetools-sync-java/pull/757)
35+
- **Inventory Sync**: `InventoryService.fetchInventoryEntriesBySkus(Set<String> skus)` is renamed to `InventoryService.fetchInventoryEntriesByIdentifiers(Set<InventoryEntryIdentifier> inventoryEntryIdentifiers)`. [#757](https://github.com/commercetools/commercetools-sync-java/pull/757)
3636

3737
- 🐞 **Bug Fixes** (1)
38-
- **Inventory Sync** - Fixed the `DuplicateField` bug in the `InventorySync` related to fetching and syncing inventories with multiple channels. [#580](https://github.com/commercetools/commercetools-sync-java/pull/757)
38+
- **Inventory Sync** - Fixed the `DuplicateField` bug in the `InventorySync` related to fetching and syncing inventories with multiple channels. [#757](https://github.com/commercetools/commercetools-sync-java/pull/757)
3939

4040
### 5.1.3 - Jul 8, 2021
4141
[Commits](https://github.com/commercetools/commercetools-sync-java/compare/5.1.2...5.1.3) |

0 commit comments

Comments
 (0)