Update changelog

This commit is contained in:
Yamashita Yuu 2014-02-08 18:51:59 +09:00
parent 4b9907af1c
commit e0547de922

View file

@ -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)