From 21d82e66879cb4558734563ea27fb3e82cbd6c98 Mon Sep 17 00:00:00 2001 From: Aaron Tan Date: Mon, 7 Aug 2017 13:44:23 -0400 Subject: [PATCH] CHANGELOG updates --- docs/CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index b0f85d6ccf..403a67b443 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -42,3 +42,10 @@ [[#3508](https://github.com/ansible/ansible-tower/issues/3508)] * Added --diff mode to Job Templates and Ad-Hoc Commands. The diff can be found in the standard out when diff mode is enabled. [[#4525](https://github.com/ansible/ansible-tower/issues/4325)] +* Support accessing some Tower resources via their name-related unique identifiers apart from primary keys. +(named URL) [[#3362](https://github.com/ansible/ansible-tower/issues/3362)] +* Support TACACS+ authentication. [[#3400](https://github.com/ansible/ansible-tower/issues/3400)] +* Support sending system logs to external log aggregators via direct TCP/UDP connection. +[[#5783](https://github.com/ansible/ansible-tower/pull/5783)] +* Remove Rackspace as a supported inventory source type and credential type. +[[#6117](https://github.com/ansible/ansible-tower/pull/6117)]