cpp release notes for the 2023-09 release (#6602)

* cpp release notes for the 2023-09 release

* Update cpp.yml

---------

Co-authored-by: Anton Kolesnyk <41349689+antkmsft@users.noreply.github.com>
This commit is contained in:
Azure SDK Bot 2023-09-07 16:26:47 -07:00 коммит произвёл GitHub
Родитель 8f40fb7dcf
Коммит 35632430b2
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 12 добавлений и 0 удалений

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

@ -0,0 +1,12 @@
entries:
- Name: azure-core-amqp
Version: 1.0.0-beta.3
DisplayName: AMQP
ServiceName: Other
VersionType: Beta
Hidden: false
ChangelogUrl: https://github.com/Azure/azure-sdk-for-cpp/tree/azure-core-amqp_1.0.0-beta.3/sdk/core/azure-core-amqp/CHANGELOG.md
ChangelogContent: |-
#### Bugs Fixed
- When a message sender is destroyed, close the underlying AMQP link if it hasn't been closed already.