mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-14 20:39:55 -05:00
Update changelog
This commit is contained in:
parent
4b9907af1c
commit
e0547de922
1 changed files with 8 additions and 0 deletions
|
@ -1,5 +1,13 @@
|
|||
## Version History
|
||||
|
||||
#### 0.4.0-201402XX
|
||||
|
||||
* python-build: Add new CPython release candidates; 3.3.4rc1, 3.4.0b3
|
||||
* python-build: Add [Anaconda](https://store.continuum.io/cshop/anaconda/) and [Miniconda](http://repo.continuum.io/miniconda/) binary distributions
|
||||
* python-build: Display error if the wget does not support Server Name Indication (SNI) to avoid SSL verification error when downloading from https://pypi.python.org. (#60)
|
||||
* python-build: Update default setuptools version (2.1 -> 2.2)
|
||||
* python-build: Update default pip version (1.5.1 -> 1.5.2)
|
||||
|
||||
#### 0.4.0-20140123
|
||||
|
||||
* pyenv: Always append the directory at the top of the `$PATH` to return proper value for `sys.executable` (#98)
|
||||
|
|
Loading…
Reference in a new issue