From c2d8b4f4b909dd2d69e8317f4a4be72e163f6313 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Wed, 22 Feb 2023 14:41:02 +0100 Subject: [PATCH] events: Update changelog --- crates/ruma-common/CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/crates/ruma-common/CHANGELOG.md b/crates/ruma-common/CHANGELOG.md index c8545220..4182fe87 100644 --- a/crates/ruma-common/CHANGELOG.md +++ b/crates/ruma-common/CHANGELOG.md @@ -1,5 +1,10 @@ # [unreleased] +Breaking changes: + +- Make `in_reply_to` field of `Thread` optional + - It was wrong to be mandatory, spec was unclear (clarified [here](https://github.com/matrix-org/matrix-spec/pull/1439)) + # 0.11.3 Bug fixes: