Skip to content

Commit

Permalink
Update sdk/servicebus/azure-servicebus/CHANGELOG.md
Browse files Browse the repository at this point in the history
clarify AMQPMessage changelog entry verbiage
  • Loading branch information
KieranBrantnerMagee authored Oct 2, 2020
1 parent f22a054 commit cc72e35
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 @@ -4,7 +4,7 @@

**Breaking Changes**
* Passing any type other than `ReceiveMode` as parameter `receive_mode` now throws a `TypeError` instead of `AttributeError`.
* `AMQPMessage` (`Message.amqp_message`) properties are now read-only (will not be reflected in the underlying message) pending cross-language sdk design consensus.
* `AMQPMessage` (`Message.amqp_message`) properties are now read-only, changes of these properties would not be reflected in the underlying message. This may be subject to change before GA.

## 7.0.0b6 (2020-09-10)

Expand Down

0 comments on commit cc72e35

Please sign in to comment.