From f75cf277dd353d29d17c906385e20901f46a876e Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Mon, 12 Oct 2015 20:40:22 -0400 Subject: [PATCH] Add missing description to history output in HISTORY.md [ci skip] --- HISTORY.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index a825efb1b..2e8009104 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,10 @@ ## 0.4.1 +This release is primarily a bugfix and documentation update. In 0.4.0, we incorrectly handled setting environment variables in certain cases, resulting in misconfigured applications. We recommend that all users upgrade from 0.4.1 as soon as possible. + +One new feature is colorized logging output, which should make it easier to debug application logging output when deploying multiple processes. + ### Bug Fixes - #1494: @callahad Correctly install packages for DOKKU_TAG=v0.4.0