Skip to content

Commit

Permalink
add changelog notes
Browse files Browse the repository at this point in the history
  • Loading branch information
wackbyte committed Jan 23, 2024
1 parent c2af869 commit 5273e20
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning].

## [Unreleased]

### 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.
- More detailed documentation.

### Changed

- The installed toolchain is no longer set as default automatically. This is now controlled by `default`.

### Removed

- Rev-based toolchain version selection. This is now entirely controlled by `toolchain`.
- `target` in favor of `targets`, which it was an alias of.

[Unreleased]: https://codeberg.org/wackbyte/rust-toolchain/commits/branch/trunk

[Keep a Changelog]: https://keepachangelog.com/en/1.1.0/
Expand Down

0 comments on commit 5273e20

Please sign in to comment.