From d3f8d0a6cf99c22719754c1fae6bbf33676388cf Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 16 Oct 2019 00:39:31 +0200 Subject: [PATCH] [SKIP CI] update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bee937..d497d6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ * BREAKING * drop support for python 2 +* FEATURE + * add new rule to check if yaml document end marker is present (check_yaml_document_end) * INTERNAL * test only with ansible version `latest` and `devel` * build and release multi-arch docker images