v20160716

This commit is contained in:
Yamashita, Yuu
2016-07-16 07:00:03 +00:00
parent 704f08f866
commit 0fd8a161e6
2 changed files with 8 additions and 1 deletions

View File

@@ -1,5 +1,12 @@
## Version History
#### 20160716
* Suppress activate/deactivate messages by default (#169, #170, #171)
+ 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)
#### 20160315
* Evaluate `${PATH}` when outputted code is eval'd. (#154)