Browse code

Update CHANGELOG for new AWS modules (#26272)

Used:

```
git diff --diff-filter A --name-only --oneline stable-2.3 -- \
lib/ansible/modules/cloud/amazon/ | xargs -n1 -I{} basename {} .py \
| xargs -n1 echo ' *'
```

Will Thames authored on 2017/08/03 13:14:32
Showing 1 changed files
... ...
@@ -58,6 +58,10 @@ Ansible Changes By Release
58 58
 * nxos_template (use nxos_config instead)
59 59
 * ops_template (use ops_config instead)
60 60
 
61
+* Modules (scheduled for removal in 2.6)
62
+
63
+  * ec2_remote_facts
64
+
61 65
 ### Minor Changes
62 66
 * Removed previously deprecated config option `hostfile` and env var `ANSIBLE_HOSTS`
63 67
 * Removed unused and deprecated config option `pattern`
... ...
@@ -147,9 +151,20 @@ Ansible Changes By Release
147 147
   * aci_rest
148 148
 - aix_lvol
149 149
 - amazon
150
+  * aws_api_gateway
151
+  * dynamodb_ttl
152
+  * ec2_instance_facts
150 153
   * ec2_metadata_facts
151 154
   * ec2_vpc_endpoint
155
+  * ec2_vpc_endpoint_facts
156
+  * ec2_vpc_peering_facts
157
+  * elb_application_lb
158
+  * elb_application_lb_facts
159
+  * elb_target_group
160
+  * elb_target_group_facts
152 161
   * iam_cert_facts
162
+  * iam_group
163
+  * iam_managed_policy
153 164
   * lightsail
154 165
 - atomic
155 166
   * atomic_container