From eddb4fc25d16753ed97f03d017d0ab78a2b899f4 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Thu, 19 Oct 2017 13:41:13 -0700 Subject: [PATCH] Add new documentation on writing unittests to the changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 793382e6d62..dbb332236c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,7 +29,7 @@ Ansible Changes By Release https://github.com/ansible/ansible/pull/31495 * Use controller configured ansible_shell_executable to run commands in the module (https://github.com/ansible/ansible/pull/31361) - +* Add documentation about writing unittests for Ansible