From 0fa27b7b0d6c68cce99e96c1588b76efeec418f4 Mon Sep 17 00:00:00 2001 From: Casey Faist Date: Thu, 2 Apr 2020 13:22:55 -0400 Subject: [PATCH] More recent changelog update --- CHANGELOG.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 557d116..0702658 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,15 +5,20 @@ - Doc: Update Readme with version numbers - update Code Owners to include the Heroku Buildpack Maintainers team - Clean up build log output - -- Add failcase for cache busting -- Bugfix: Clearing pip dependencies -- Correct ftp to https in vendored file -- Warn for Django 1.11 approaching EOL, provide link to roadmap - Update Python versions in README to match docs -------------------------------------------------------------------------------- +# 167 (2020-03-26) + +- Add failcase for cache busting +- Bugfix: Clearing pip dependencies + +# 166 (2020-03-05) + +- Correct ftp to https in vendored file +- Warn for Django 1.11 approaching EOL, provide link to roadmap + # 165 (2020-02-27) - Python 3.8.2 now available.