From 41b342e03bf80e6aeff44fd4521674e188fe6d33 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.org> Date: Tue, 6 Mar 2018 15:54:41 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 910e2f2b..724da7f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ Update buildpack to automatically install `[dev-packages]` during Heroku CI Pipe - Skip installs if Pipfile.lock hasn't changed, and uninstall stale dependencies with Pipenv. - Set `PYTHONPATH` during collectstatic runs. - No longer warn if there is no `Procfile`. -- Update Pipenv "3.6" to "3.6.4". +- Update Pipenv's "3.6" runtime specifier to point to "3.6.4". # 123 -- GitLab