From 04ced64e35071a4bed65a6f301ed61ea5ead6ca1 Mon Sep 17 00:00:00 2001 From: Sam Doran Date: Tue, 3 Oct 2017 23:44:32 -0400 Subject: [PATCH] Add SELinux fix to CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f64bc34920..c1a39730af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -85,6 +85,7 @@ Ansible Changes By Release * Fix monit module's version check for color support (https://github.com/ansible/ansible/pull/31212) * Max `elasticsearch_plugin` module work with both 2.x and 5.x (https://github.com/ansible/ansible/issues/21989) * Fix for become on Windows to handle ignored errors (https://github.com/ansible/ansible/issues/30468) +* Fix removal of newlines when writing SELinux config (https://github.com/ansible/ansible/issues/30618)