From aadcf9be167746a2e637d0ccd0d732da42c26763 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Wed, 31 Mar 2021 14:17:54 +0200 Subject: [PATCH] common: Update changelog --- ruma-common/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruma-common/CHANGELOG.md b/ruma-common/CHANGELOG.md index 05cfb79d..0774add6 100644 --- a/ruma-common/CHANGELOG.md +++ b/ruma-common/CHANGELOG.md @@ -6,7 +6,6 @@ Breaking changes: * Update set of conversion trait implementations for enums * Replace `Vec` by `IndexSet` in `push::Ruleset` -* Add an `IntoIterator` implementation for `Ruleset` * Replace `push::AnyPushRule` with an enum (the original struct still exists as just `PushRule` in `ruma-client-api`) * … (there's a lot more, but this changelog was not kept up to date; PRs to @@ -20,6 +19,7 @@ Improvements: * Add `push::{PusherData, PushFormat}` (moved from `ruma_client_api::r0::push`) * Add `authentication::TokenType` (moved from `ruma_client_api::r0::account:request_openid_token`) +* Add an `IntoIterator` implementation for `Ruleset` * Add `push::Ruleset::get_actions` * Add `push::PushCondition::applies` * Add `push::{FlattenedJson, PushConditionRoomCtx}`