Skip to content

Commit

Permalink
document defaults of new inputs in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
wackbyte committed Jan 23, 2024
1 parent 5273e20 commit 6014611
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6014611

Please sign in to comment.