Update CHANGELOG.md

This commit is contained in:
2018-03-06 15:54:06 -05:00
committed by GitHub
parent 3511cae1bb
commit 45ceb2f451
+1 -1
View File
@@ -2,7 +2,7 @@
# 124
Update buildpack to automatically install `[dev-packages]` (Pipenv) during Heroku CI builds.
Update buildpack to automatically install `[dev-packages]` during Heroku CI Pipenv builds.
- Skip installs if Pipfile.lock hasn't changed, and uninstall stale dependencies with Pipenv.
- Set `PYTHONPATH` during collectstatic runs.