From 8598296756897596e7a722424b869fea3e4b2869 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.org> Date: Mon, 8 Feb 2016 23:34:04 -0500 Subject: [PATCH] updated changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8218905..14339712 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ Improved Django collectstatic support. - If collectstatic fails, the build fails. Full traceback is provided. - `$DISABLE_COLLECTSTATIC`: skip collectstatic step completely (not new). - `$DEBUG_COLLECTSTATIC`: echo environment variables upon collectstatic failure. +- Updated build output style. +- New warning for outdated Python (via pip `InsecurePlatform` warning). ## v75 (2016-01-29) -- GitLab