Skip to content

Commit

Permalink
Specify send method more precisely in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
KieranBrantnerMagee authored Apr 23, 2020
1 parent 96b86c9 commit ffc7398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/servicebus/azure-servicebus/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
**Breaking Changes**

* Session receivers are now created via their own top level functions, e.g. `get_queue_sesison_receiver` and `get_subscription_session_receiver`. Non session receivers no longer take session_id as a paramter.
* `Send()` no longer takes a timeout parameter, as it should be redundant with retry options provided when creating the client.
* `ServiceBusSender.Send()` no longer takes a timeout parameter, as it should be redundant with retry options provided when creating the client.

## 7.0.0b1 (2020-04-06)

Expand Down

0 comments on commit ffc7398

Please sign in to comment.