# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] - ReleaseDate - Added `dfx` mode, which selects a dfx version and dispatches execution to it. - Added `dfxvm install` command, which installs a dfx version. - Added `dfxvm default` command, which sets or displays the default dfx version. - Added `dfxvm update` command, which sets the latest dfx version as the default. - Added `dfxvm uninstall` command, which uninstalls a dfx version. - Added `dfxvm list` command, which lists all installed dfx versions. [Unreleased]: https://github.com/dfinity/dfxvm/compare/828e4ed...HEAD