From 463f7c09c2ebf569b0a621b5f5b5946171f596dd Mon Sep 17 00:00:00 2001 From: Darren Schroeder <343840+fdncred@users.noreply.github.com> Date: Tue, 4 Apr 2023 15:28:32 -0500 Subject: [PATCH] Update 2023-04-04-nushell_0_78.md (#857) removed a comment --- blog/2023-04-04-nushell_0_78.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/blog/2023-04-04-nushell_0_78.md b/blog/2023-04-04-nushell_0_78.md index c45361453a7..b90c5a6932f 100644 --- a/blog/2023-04-04-nushell_0_78.md +++ b/blog/2023-04-04-nushell_0_78.md @@ -189,8 +189,6 @@ To complement the `math ln` command, we now include a `math exp` command for exp To help differentiate between blocks (which can mutate variables) and closures (which can be used in a pipeline), we've changed the syntax of closures to require `||`. This means the simplest closure now looks like `{|| }` -This one is a big deal, as it will break everyone's config. If we're going to keep this change we need to be loud and clear when telling people about it. We should mention it near the very top of the blog post. - ## We no longer automatically print values as part of a script We've changed the automatic-printing rules for scripts and the REPL to now only automatically print the last value. This means two major breaking changes: