From 3511cae1bb6dd50062e1be0f5bb0639607018dfa Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.org> Date: Tue, 6 Mar 2018 15:53:41 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fb090d4..1b1556f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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". -- GitLab