Add to ruma-events change log

This commit is contained in:
Jonas Platte 2020-08-13 20:03:57 +02:00
parent b470d4d681
commit 5c025da37d
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67

View File

@ -26,6 +26,16 @@ Improvements:
* Add `room::MessageFormat` and `room::FormattedBody`
* Skip serialization of optional values on `room::encryption::EncryptionEventContent`
* Rename `TextMessageEventContent::new_plain` to `plain` (the old name is still available, but
deprecated)
* Add more constructors for types in `room::message`:
* `TextMessageEventContent::html`
* `NoticeMessageEventContent::plain`
* `NoticeMessageEventContent::html`
* `MessageEventContent::text_plain`
* `MessageEventContent::text_html`
* `MessageEventContent::notice_plain`
* `MessageEventContent::notice_html`
# 0.21.3