From 86297a42c60f7eae0f82aa30436f85401cae37b3 Mon Sep 17 00:00:00 2001
From: tyranron <tyranron@gmail.com>
Date: Mon, 23 Sep 2024 23:52:19 +0300
Subject: [PATCH] Mention WASM support in `juniper_axum` CHANGELOG (#1283,
 #1282)

---
 juniper_axum/CHANGELOG.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/juniper_axum/CHANGELOG.md b/juniper_axum/CHANGELOG.md
index f9ef1335..38b8b089 100644
--- a/juniper_axum/CHANGELOG.md
+++ b/juniper_axum/CHANGELOG.md
@@ -12,7 +12,13 @@ All user visible changes to `juniper_axum` crate will be documented in this file
 
 - Bumped up [MSRV] to 1.75. ([#1272])
 
+### Added
+
+- Building on `wasm32-unknown-unknown` and `wasm32-wasi` targets. ([#1283], [#1282])
+
 [#1272]: /../../pull/1272
+[#1282]: /../../issues/1282
+[#1283]: /../../pull/1283