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