Skip to content

Commit

Permalink
Add migration note for echo in 0.92 (#1342)
Browse files Browse the repository at this point in the history
* Add migration note for `echo` in 0.92 release notes
  • Loading branch information
IanManske authored Apr 6, 2024
1 parent a92121f commit 1b3cf97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions blog/2024-04-02-nushell_0_92_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)]

Expand Down

0 comments on commit 1b3cf97

Please sign in to comment.