diff --git a/CHANGELOG.md b/CHANGELOG.md index 752c1c85c7b..a3e0e58311d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,38 +4,37 @@ Ansible Changes By Release ## 2.0 "TBD" - ACTIVE DEVELOPMENT Major Changes: - - big_ip modules now support turning off ssl certificate validation (use only for self signed) - - - template code now retains types for bools and Numbers instead of turning them into strings - - If you need the old behaviour, quote the value and it will get passed around as a string + * big_ip modules now support turning off ssl certificate validation (use only for self signed) + * template code now retains types for bools and Numbers instead of turning them into strings + If you need the old behaviour, quote the value and it will get passed around as a string Deprecated Modules: - ec2_ami_search, in favor of the new ec2_ami_find + * ec2_ami_search, in favor of the new ec2_ami_find New Modules: - find - ec2_ami_find - cloudtrail - cloudstack: cs_affinitygroup - cloudstack: cs_firewall - cloudstack: cs_iso - cloudstack: cs_sshkeypair - cloudstack: cs_securitygroup - cloudstack: cs_securitygroup_rule - cloudstack: cs_vmsnapshot - maven_artifact - pushover - zabbix_host - zabbix_hostmacro - zabbix_screen - vertica_configuration - vertica_facts - vertica_role - vertica_schema - vertica_user + * find + * ec2_ami_find + * cloudtrail + * cloudstack: cs_affinitygroup + * cloudstack: cs_firewall + * cloudstack: cs_iso + * cloudstack: cs_sshkeypair + * cloudstack: cs_securitygroup + * cloudstack: cs_securitygroup_rule + * cloudstack: cs_vmsnapshot + * maven_artifact + * pushover + * zabbix_host + * zabbix_hostmacro + * zabbix_screen + * vertica_configuration + * vertica_facts + * vertica_role + * vertica_schema + * vertica_user New Inventory scripts: - fleetctl + * fleetctl Other Notable Changes: