Skip to content

Commit

Permalink
Update 2023-04-04-nushell_0_78.md (nushell#857)
Browse files Browse the repository at this point in the history
removed a comment
  • Loading branch information
fdncred committed Apr 4, 2023
1 parent e28de72 commit 463f7c0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions blog/2023-04-04-nushell_0_78.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 463f7c0

Please sign in to comment.