diff --git a/changelog.markdown b/changelog.markdown index 2b5c2b6..23b11b1 100644 --- a/changelog.markdown +++ b/changelog.markdown @@ -1,13 +1,17 @@ # Choosenim changelog -## 0.6.0 - TBD +## 0.6.0 - 06/03/2020 The major new feature is default installation of 64-bit Nim binaries on Windows. Changes: -* Git is now used for `choosenim update devel` instead of deleting, - downloading and bootstrapping from scratch +* Install latest nightly build of Nim on `choosenim devel` and + `choosenim update devel` +* Install latest devel commit instead of nightlies with the + `--latest` flag +* Git based update for `choosenim update devel --latest` instead + of deleting, downloading and bootstrapping from scratch * Optionally add `~/.nimble/bin` to PATH on Windows when using the `--firstInstall` flag * Fix `choosenim update self` failure on Windows