From 4dac175db07552c9569fc7b376116bf22bc13b4a Mon Sep 17 00:00:00 2001 From: Daniel Salinas Date: Wed, 18 Jun 2025 18:44:18 -0400 Subject: [PATCH] Back to other phrasing to make CI run --- bindings/matrix-sdk-ffi/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/matrix-sdk-ffi/CHANGELOG.md b/bindings/matrix-sdk-ffi/CHANGELOG.md index 5993ef422..754624e36 100644 --- a/bindings/matrix-sdk-ffi/CHANGELOG.md +++ b/bindings/matrix-sdk-ffi/CHANGELOG.md @@ -12,7 +12,7 @@ All notable changes to this project will be documented in this file. Previously the `matrix-sdk-ffi` was configured primarily by target configs, choosing between the tls flavor (`rustls-tls` or `native-tls`) and features like `sentry` based purely on the target. As we work to add an additional Wasm target to this crate, - the cross product of target specific features has become complex, and we + the cross product of target specific features has become somewhat chaotic, and we have shifted to externalize these choices as feature flags. To maintain existing compatibility on the major platforms, these features should be used: