From 53f76992e5dbc6b0486965460c9c3bb9e59d53f6 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Sun, 29 Mar 2020 14:25:44 +0200 Subject: [PATCH] Update change logs --- CHANGELOG.md | 1 + ruma-events-macros/CHANGELOG.md | 10 ++++++++++ 2 files changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e77de06f..470bf39d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ Improvements: * Add a convenience constructor to create a plain-text `TextMessageEventContent` +* Add `m.dummy` events to the to-device event collection # 0.17.0 diff --git a/ruma-events-macros/CHANGELOG.md b/ruma-events-macros/CHANGELOG.md index 3f574713..13fc4ec2 100644 --- a/ruma-events-macros/CHANGELOG.md +++ b/ruma-events-macros/CHANGELOG.md @@ -1,5 +1,15 @@ # [unreleased] +Breaking changes: + +* Update `event_type` in `ruma_events!` to refer to the serialized form of the + event type, not the variant of `ruma_events::EventType` + +Improvements: + +* Split `FromRaw` implementation generation from `ruma_event!` into a separate + proc-macro + # 0.2.0 Improvements: