Skip to content

Commit

Permalink
fix changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
  • Loading branch information
kennethreitz committed Mar 6, 2018
1 parent 97ac451 commit ce5ff23
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit ce5ff23

Please sign in to comment.