From d40199ec004c42fb3082d5c3f521542f0f785a3c Mon Sep 17 00:00:00 2001
From: Kenneth Reitz <me@kennethreitz.com>
Date: Sat, 24 Mar 2012 00:32:58 -0400
Subject: [PATCH] update changelog

---
 Changelog.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Changelog.md b/Changelog.md
index 0fb187e8..1d2af410 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -4,9 +4,10 @@ Features:
 
 * Dist packages (setup.py) support.
 * Disable Django setting injection with `$DISABLE_INJECTION` + [user_env_compile](http://devcenter.heroku.com/articles/labs-user-env-compile).
+* Move new virtualenvs to `/app/.heroku/venv`.
 * Heavily improved Django app detection, accounting for `Django` in `requirements.txt`.
 * Literate [documentation](http://python-buildpack.herokuapp.com).
-* Default `$PYTHONHOME` and `$LANG` configurations.
+* Default `$PYTHONHOME`, `$PYTHONPATH`, and `$LANG` configurations.
 * General code refactor and improved messaging.
 * Unit tests.
 
-- 
GitLab