From b67a040474d2c4acb451d1a96d55b88ee93de6be Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.com> Date: Sat, 24 Mar 2012 00:34:07 -0400 Subject: [PATCH] changelog --- Changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 1d2af410..d9e0d27f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,11 +3,11 @@ 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`, `$PYTHONPATH`, and `$LANG` configurations. +* Disable Django setting injection with `$DISABLE_INJECTION` + [user_env_compile](http://devcenter.heroku.com/articles/labs-user-env-compile). * General code refactor and improved messaging. * Unit tests. -- GitLab