diff --git a/CHANGELOG.md b/CHANGELOG.md index d82189054cbfcd2777f4665180cb680f669e0c21..1433971211b8bf5ff082c8db5debb32bf7533582 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)