From 08787aedfef7f8deb36b92064fed04c01cb0ad7e Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Wed, 4 Dec 2024 18:09:34 +0000 Subject: [PATCH] update changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 329ad657d..0a3a7ae46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,8 @@ - The published package is now a proper dual CommonJS/ESM package. - The WebAssembly module is now loaded using `fetch` on Web platforms, reducing the bundle size significantly, as well as the time it takes to compile it. - ([#167](https://github.com/matrix-org/matrix-rust-sdk-crypto-wasm/pull/167)) + ([#167](https://github.com/matrix-org/matrix-rust-sdk-crypto-wasm/pull/167)), + ([#174](https://github.com/matrix-org/matrix-rust-sdk-crypto-wasm/pull/174)), **BREAKING CHANGES**