From 13980d2ddee2177a69f26eb6484d9339babc90aa Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 21 Feb 2021 13:12:26 +0200 Subject: [PATCH] CHANGELOG.md: Add note about colored output --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb23ce0..3711b18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Accept dates formatted in ISO 8601 extended with combined date and time, for example: 2020-08-31T11:04:56Z +- Colorized output: red for errors, yellow for warnings and information, green +for changes ### Updated - Run `poetry update` to update project dependencies