Correct changelog entries for v108, v109 and v110 (#469)

Found by diffing the published buildpack archives and looking at the
git log to see what changed. It looks like the v108 entry was
accidentally added in #405, when the release being published there
was actually v107. The setuptools update mentioned there never
happened, since the `SETUPTOOLS_VERSION` variable was found to be
unused and instead removed.
This commit is contained in:
Ed Morley
2017-09-06 17:35:17 +01:00
committed by Kenneth Reitz
parent d4b8c2aeda
commit 312a468cce
+5 -5
View File
@@ -28,17 +28,17 @@ Linting, bugfixes.
# 110
Update default Python to 3.6.2.
# 109
Update Default Python to 3.6.1, bugfixes.
- Fixed automatic pip uninstall of dependencies removed from requirements.txt.
# 109
Fix output for collectstatic step.
# 108
Updated setuptools.
Fix output for collectstatic step.
# 107