From 500018205ffacee40cf20857e154b32be21b8e4b Mon Sep 17 00:00:00 2001 From: Nick Barrett Date: Sun, 27 Jun 2021 17:39:22 +0100 Subject: [PATCH] Update changelog/release v1.4.6. --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78c5fc8c5..3da2e03a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# v1.4.6 + ++ Properly handle shell quoting of filenames in all `files.*` facts ++ Update `files.*` operations to use explicit fact imports ++ Update the docs to show explicit fact import style + # v1.4.5 + Fix missing mysql connection arguments updating privileges `mysql.database` operation (@sfermigier)