From ef8dcec9c8f76a9885f081babfd33974b871ebc2 Mon Sep 17 00:00:00 2001 From: Aarnav Tale Date: Sun, 19 Oct 2025 15:35:41 -0400 Subject: [PATCH] chore: changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac11075..c5f27c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # 0.6.2 (Next) - Bundle all `node_modules` aside from native ones to reduce bundle and container size (closes [#331](https://github.com/tale/headplane/issues/331)). +- Allow conditionally compiling the SSH WASM integration when building (closes [#337](https://github.com/tale/headplane/issues/337)). +- Implemented the ability to customize the build with a custom script (see `./build.sh --help` for more information). ---