From e5fcc9efd09fb0d7b6cc0858936b08f05c7938be Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.org> Date: Tue, 26 Sep 2017 11:06:07 -0400 Subject: [PATCH] next version Signed-off-by: Kenneth Reitz <me@kennethreitz.org> --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9bef2b1..88e1610b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Python Buildpack Changelog +# 119 + +Improvements to Pipenv support, warning on unsupported Python versions. + +- We now warn when a user is not using latest 2.x or 3.x Python. +- Heroku now supports `[requires]` `python_full_version` in addition to `python_version`. + # 118 Improvements to Pipenv support. -- GitLab