1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-19 09:03:47 -05:00

v20150124

This commit is contained in:
Yamashita Yuu
2015-01-24 00:45:03 +09:00
parent b22fcd9759
commit 8abefe1fcb
3 changed files with 8 additions and 2 deletions

View File

@@ -1,5 +1,11 @@
## Version History
#### 20150124
* python-build: Import recent changes from ruby-build v20150112
* python-build: Prevent adding `/Library/Python/X.X/site-packages` to `sys.path` whtn `--enable-framework` is enabled on OS X. Thanks @s1341 (#292)
* python-build: Add new IronPython release; 2.7.5
#### 20141211
* pyenv: Add bulit-in `pip-rehash` feature. You don't need to install [pyenv-pip-rehash](https://github.com/yyuu/pyenv-pip-rehash) anymore.