From 6014611dbd99c9bf78a8dd2d544eca0b3d4e814d Mon Sep 17 00:00:00 2001 From: wackbyte Date: Tue, 23 Jan 2024 05:14:00 +0000 Subject: [PATCH] document defaults of new inputs in changelog --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8078a16..829a360 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,9 +9,9 @@ and this project adheres to [Semantic Versioning]. ### Added -- `profile` determines which group of components is installed for the toolchain. -- `default` sets the installed toolchain as default. -- `override` sets the installed toolchain as the override for the current directory. +- `profile` determines which group of components is installed for the toolchain (defaults to `minimal`). +- `default` sets the installed toolchain as default (defaults to `false`). +- `override` sets the installed toolchain as the override for the current directory (defaults to `false`). - More detailed documentation. ### Changed