Update changelog with nightlies support ()

This commit is contained in:
genotrance 2020-03-06 11:57:56 -06:00 committed by GitHub
parent a7b9d24849
commit 094821ff3c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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