From 5273e20afba1103632cf06010c6f4058b501cb28 Mon Sep 17 00:00:00 2001 From: wackbyte Date: Mon, 22 Jan 2024 22:56:59 -0500 Subject: [PATCH] add changelog notes --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08190c2..8078a16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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/