From aea2adc44a29247d129a303dbabebd06fa224e29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C5=BD=C3=A1dn=C3=ADk?= Date: Wed, 15 Dec 2021 23:39:22 +0200 Subject: [PATCH] Update Beaking_Changes.md --- docs/Beaking_Changes.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/Beaking_Changes.md b/docs/Beaking_Changes.md index 12b5dc58..91fe8b4d 100644 --- a/docs/Beaking_Changes.md +++ b/docs/Beaking_Changes.md @@ -9,6 +9,10 @@ This file attempts to list all breaking changes that came with the new engine up * `$nu.path` is a regular environment variable: `$nu.env.PATH` (Unix) or `$nu.env.Path` (Windows) * All config is now contained within `$config` which can be initialized by `config.nu`. There is no `config.toml` anymore. +## `if` + +`if {} {}` is now `if {} else {}` + ## `main` Command in Scripts If the script contains `main` it will be ran after all the script is executed.