From ce5ff2384f94dee9a1bee51216338cb7fe123512 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.org> Date: Tue, 6 Mar 2018 15:52:19 -0500 Subject: [PATCH] fix changelog Signed-off-by: Kenneth Reitz <me@kennethreitz.org> --- CHANGELOG.md | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 676f8d59..2fb090d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,22 +1,15 @@ # Python Buildpack Changelog -# 126 - -Skip installs if Pipfile.lock hasn't changed, and uninstall stale dependencies with Pipenv. - -- No longer warn if there is no `Procfile`. - -# 125 +# 124 -Set `PYTHONPATH` during collectstatic runs, other updates. +Update buildpack to automatically install [dev-packages] (Pipenv) during Heroku CI builds. +- Skip installs if Pipfile.lock hasn't changed, and uninstall stale dependencies with Pipenv. +- Set `PYTHONPATH` during collectstatic runs, other updates. - Update Set `PYTHONPATH` during collectstatic runs. +- No longer warn if there is no `Procfile`. - Update Pipenv "3.6" to "3.6.4". -# 124 - -Update buildpack to automatically install [dev-packages] (Pipenv) during Heroku CI builds. - # 123 Update gunicorn init.d script to allow overrides. -- GitLab