[Service Bus] Update changelog for 7.0.1 (#12989)

This PR adds changelog entry for https://github.com/Azure/azure-sdk-for-js/issues/12983
This commit is contained in:
Ramya Rao 2020-12-21 11:45:16 -08:00 коммит произвёл GitHub
Родитель b5424bb757
Коммит 122bc4bc89
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -2,11 +2,12 @@
## 7.0.1 (Unreleased) ## 7.0.1 (Unreleased)
- Fix the `isNode` check to allow the package to be usable in Electron. [Bug 12983](https://github.com/Azure/azure-sdk-for-js/issues/12983)
- Fix issue where receiveMessages might return fewer messages than were received, causing them to be potentially locked or lost.
[PR 12772](https://github.com/Azure/azure-sdk-for-js/pull/12772)
- Updates documentation for `ServiceBusMessage` to call out that the `body` field - Updates documentation for `ServiceBusMessage` to call out that the `body` field
must be converted to a byte array or `Buffer` when cross-language must be converted to a byte array or `Buffer` when cross-language
compatibility while receiving events is required. compatibility while receiving events is required.
- Fix issue where receiveMessages might return fewer messages than were received, causing them to be potentially locked or lost.
[PR 12772](https://github.com/Azure/azure-sdk-for-js/pull/12772)
## 7.0.0 (2020-11-23) ## 7.0.0 (2020-11-23)