From 2513078f3979cdf3f07d69f2ab9f4d0b859df61c Mon Sep 17 00:00:00 2001 From: jborean93 Date: Tue, 3 Oct 2017 06:36:28 +1000 Subject: [PATCH] updated changelog after win_dotnet_ngen fix --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b704ae9a670..5a3b1fc9a3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -71,6 +71,7 @@ Ansible Changes By Release * avoid include_Xs conflating vars with options * Fix aws_s3 module handling `encrypt` option (https://github.com/ansible/ansible/pull/31203) * Fix for win_msg to document and show error when message is greater than 255 characters +* Fix for win_dotnet_ngen to work after recent regression