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). ---