From e2af927c3fe6e6d06dbbd5d008a5e9d331e18391 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Sun, 21 Jul 2013 10:49:08 -0400 Subject: [PATCH] Take notes on features that need to be documented in CHANGELOG --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9871cc427a9..1cbca8c670d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,9 @@ Ansible Changes By Release Major new features: -* new /etc/ansible/facts.d allows JSON or INI style facts to be provided from the remote node, and supports executable fact programs in this dir. Files must end in *.fact. +* (DOCS PENDING) new /etc/ansible/facts.d allows JSON or INI style facts to be provided from the remote node, and supports executable fact programs in this dir. Files must end in *.fact. * ability to make undefined template variables raise errors, see ansible.cfg -* sudo: True/False and sudo_user: True/False can set at include and role level +* (DOCS PENDING) sudo: True/False and sudo_user: True/False can set at include and role level * added changed_when: (expression) which allows overriding whether a result is changed or not, can work with registered expressions. New modules: