From c9a5ce3685c1de09e8161b9c93208f31b6c1e68a Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Sat, 11 Aug 2012 12:12:11 -0400 Subject: [PATCH] changelog update --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab636f6405f..e02bbce2cc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,9 @@ Ansible Changes By Release * allow user to be passed in via --extra-vars (regression) * add ability to store the result of any command in a register (see examples/playbooks/register_logic.yml) * add --limit option, which can be used to further confine the pattern given in ansible-playbooks +* setup module now detects interfaces with aliases +* new 'ansible_all_ipv4_addresses' and 'ansible_all_ipv6_addresses' facts -- which are simple lists +* better handling of VM guest type detection in setup module 0.6 "Cabo" -- August 6, 2012