From 2fd6d7e1f85c57afb11d55d71c452c770254f522 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.com> Date: Fri, 23 Mar 2012 23:08:52 -0400 Subject: [PATCH] changelog --- Changelog.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/Changelog.md b/Changelog.md index aabf5963..0fb187e8 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,20 @@ +## v6 (03/23/2012) + +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). +* Heavily improved Django app detection, accounting for `Django` in `requirements.txt`. +* Literate [documentation](http://python-buildpack.herokuapp.com). +* Default `$PYTHONHOME` and `$LANG` configurations. +* General code refactor and improved messaging. +* Unit tests. + +Bugfixes: + +* Django 1.4 startproject template layout support. +* Django `manage.py` location can now be independent from `settings.py`. + ## v5 (02/01/2012) Bugfixes: -- GitLab