From f8c1c67e42782800abcff31816253525f5b2d079 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 20 Nov 2019 00:40:27 +0100 Subject: [PATCH] [SKIP CI] adjust changelog --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d497d6e..8c9a139 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,9 @@ * BREAKING - * drop support for python 2 + * drop support for python 2.7 * FEATURE * add new rule to check if yaml document end marker is present (check_yaml_document_end) +* BUGFIX + * fix exception while tasks `name` attribute is empty * INTERNAL * test only with ansible version `latest` and `devel` * build and release multi-arch docker images