diff --git a/manual/src/release-notes.md b/manual/src/release-notes.md index 57d39ed..f39b662 100644 --- a/manual/src/release-notes.md +++ b/manual/src/release-notes.md @@ -14,6 +14,7 @@ - The [`repl`](./reference/cli.html#colmena-repl) subcommand has been added. It allows you to start an [interactive REPL](./features/eval.md#interactive-repl) with access to the complete node configurations. - The default goal for `colmena apply` is now `boot` if `--reboot` is specified, and `switch` otherwise ([#113](https://github.com/zhaofengli/colmena/issues/113)). - Post-activation keys are now uploaded after the reboot if `--reboot` is specified ([#113](https://github.com/zhaofengli/colmena/issues/113)). +- Flake-enabled deployments now use the new SSH store protocol (`ssh-ng://`). ## [Release 0.3.1](https://github.com/zhaofengli/colmena/releases/tag/v0.3.1) (2022/08/18)