This commit is contained in:
Yamashita, Yuu
2016-08-15 08:44:43 +00:00
parent 0fd8a161e6
commit a3bc42cb93
3 changed files with 8 additions and 4 deletions

View File

@@ -1,9 +1,13 @@
## Version History
#### 1.0.0
* Use similar versioning scheme as pyenv; YYYYMMDD -> X.Y.Z
#### 20160716
* Suppress activate/deactivate messages by default (#169, #170, #171)
+ Source conda package activate/deactivat scripts if exist (#173)
* Source conda package activate/deactivat scripts if exist (#173)
* Use `source` in favor of `.` for `fish` (#175)
* Use `python -m venv` instead of `pyvenv` due to deprecation of `pyvenv` after 3.6 (#184, #185)