From 34484c0225ac5780cc91b47c27994b3508311098 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Mon, 22 Mar 2021 20:56:30 +0100 Subject: [PATCH] common: Update changelog --- ruma-common/CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ruma-common/CHANGELOG.md b/ruma-common/CHANGELOG.md index f72e1381..9a4c7373 100644 --- a/ruma-common/CHANGELOG.md +++ b/ruma-common/CHANGELOG.md @@ -3,9 +3,10 @@ Breaking changes: * Update set of conversion trait implementations for enums -* Replace `BTreeSet` by `IndexSet` in `push::Ruleset`. -* Remove `push::AnyPushRule`. Use `r0::push::PushRule` - from `ruma-client-api`. +* 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 improve it are welcome) @@ -17,7 +18,6 @@ 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 `push::AnyPushRule` and `push::Ruleset::into_iter` # 0.2.0