Update changelog with nightlies support (#181)
This commit is contained in:
parent
a7b9d24849
commit
094821ff3c
1 changed files with 7 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue