Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
Add note of AttributeError->TypeError behavior for receive_mode misalignment to changelog.
  • Loading branch information
KieranBrantnerMagee authored Sep 21, 2020
1 parent 2eb7d63 commit fc246ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sdk/servicebus/azure-servicebus/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## 7.0.0b7 (Unreleased)

**Breaking Changes**
* Passing any type other than `ReceiveMode` as parameter `receive_mode` now throws a `TypeError` instead of `AttributeError`.

## 7.0.0b6 (2020-09-10)

Expand Down

0 comments on commit fc246ea

Please sign in to comment.