1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-19 09:03:47 -05:00
This commit is contained in:
Yamashita, Yuu
2017-03-06 04:31:25 +00:00
parent 3d36ee7227
commit d01fa09a7d
7 changed files with 17 additions and 10 deletions

View File

@@ -1,5 +1,12 @@
## Version History
## Unreleased
* pyenv: Migarte project site from https://github.com/yyuu/pyenv to https://github.com/pyenv/pyenv
* python-build: Change default mirror site URL from https://yyuu.github.io/pythons to https://pyenv.github.io/pythons
* python-build: Upgrade OpenSSL from 1.0.2g to 1.0.2k (#850)
* python-build: Add CPython 3.6.1rc1 (#851)
## 1.0.8
* pyenv: Fix fish subcommand completion (#831)