From e42b72521111d0ed6f774bb22c517394fc5f2536 Mon Sep 17 00:00:00 2001 From: Jeremy Morrell <morrell.jeremy@gmail.com> Date: Thu, 30 Aug 2018 09:06:33 -0700 Subject: [PATCH] Start adding dates to changelog entries It's occasionally useful to see at a glance when releases were pushed to understand what release might have caused a customer's issues. This back-fills dates for the last few months of releases and sets a precedent that can be followed in the future. --- CHANGELOG.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63a40c42..69bc570f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,22 +1,22 @@ # Python Buildpack Changelog -# 138 +# 138 (2018-08-01) Use stack image SQLite3 instead of vendoring -# 137 +# 137 (2018-07-17) Prevent 3.7.0 from appearing as unsupported in buildpack messaging. -# 136 +# 136 (2018-06-28) Upgrade to 3.6.6 and support 3.7.0 on all runtimes. -# 135 +# 135 (2018-05-29) Upgrade Pipenv to v2018.5.18. -# 134 +# 134 (2018-05-02) Default to 3.6.5, bugfixes. -- GitLab