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.
This commit is contained in:
Jeremy Morrell
2018-08-30 09:06:33 -07:00
committed by Casey Faist
parent d9456b6d90
commit e42b725211
+5 -5
View File
@@ -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.