From 1b3cf978a5cbbf569c7394f7944673f02a68e8f1 Mon Sep 17 00:00:00 2001 From: Ian Manske Date: Sat, 6 Apr 2024 23:47:32 +0000 Subject: [PATCH] Add migration note for `echo` in 0.92 (#1342) * Add migration note for `echo` in 0.92 release notes --- blog/2024-04-02-nushell_0_92_0.md | 1 + 1 file changed, 1 insertion(+) diff --git a/blog/2024-04-02-nushell_0_92_0.md b/blog/2024-04-02-nushell_0_92_0.md index d2082a02ff6..bb3d98a135f 100644 --- a/blog/2024-04-02-nushell_0_92_0.md +++ b/blog/2024-04-02-nushell_0_92_0.md @@ -623,6 +623,7 @@ See a full overview of the [breaking changes](#breaking-changes-toc) ::: `echo` will now never directly print values. It only returns its arguments, matching the behavior described in its `help` text. +To print values to stdout or stderr, use the `print` command instead. #### `table` [[toc](#table-of-content)]