Update CHANGELOG.md

This commit is contained in:
2018-03-06 15:53:41 -05:00
committed by GitHub
parent ce5ff2384f
commit 3511cae1bb
+2 -3
View File
@@ -2,11 +2,10 @@
# 124
Update buildpack to automatically install [dev-packages] (Pipenv) during Heroku CI builds.
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.
- Set `PYTHONPATH` during collectstatic runs.
- No longer warn if there is no `Procfile`.
- Update Pipenv "3.6" to "3.6.4".