Skip to content

Commit

Permalink
Fix the wrong link.
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmetoz authored Jul 19, 2021
1 parent 6077a40 commit 01a71c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
[Jar](https://bintray.com/commercetools/maven/commercetools-sync-java/6.0.0)

- 🚧 **Breaking Changes** (1)
- **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)
- **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)

- 🐞 **Bug Fixes** (1)
- **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)
- **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)

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

0 comments on commit 01a71c5

Please sign in to comment.