diff --git a/CHANGELOG.md b/CHANGELOG.md index 089d9d05..4cfdb988 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)