Update changelog with fix we just made.

This commit is contained in:
Richard Park 2021-08-03 00:25:54 +00:00 коммит произвёл GitHub
Родитель 26a1d8435e
Коммит 26a33e68d8
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -1,5 +1,8 @@
# Change Log
## `v3.3.12`
- Fix bug in sender.Recover() where recovery could get stuck when a link was throttled. [PR#232](#https://github.com/Azure/azure-event-hubs-go/pull/232)
## `v3.3.11`
- Allow for controlling the maximum retry count when sending messages. [#226](https://github.com/Azure/azure-event-hubs-go/issues/226)