From 39ce4e76fde601bca889e442cd2106d0b76f4eda Mon Sep 17 00:00:00 2001 From: Yamashita Yuu Date: Wed, 22 Jan 2014 22:01:13 +0900 Subject: [PATCH] Update change log --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 57d8760..2212a5c 100644 --- a/README.md +++ b/README.md @@ -116,6 +116,13 @@ You can set certain environment variables to control the pyenv-virtualenv. ## Version History +#### 2014MMDD + + * Add `activate` and `deactivate` to make `pyenv-virtualenv` work with [jedi](https://github.com/davidhalter/jedi) (#9) + * Use `ensurepip` to install `pip` if it is available + * Unset `PIP_REQUIRE_VENV` to avoid problem on the installation of `virtualenv` (#10) + * Add tests + #### 20140110.1 * Fix install script