From 5a6f1a342fd0e1a26d3cc2d0da537212c8e6ba15 Mon Sep 17 00:00:00 2001 From: adamscmRH Date: Fri, 7 Sep 2018 14:59:33 -0400 Subject: [PATCH] rm network ui from changelog --- docs/CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 10f8668888..620fa088d5 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -36,8 +36,6 @@ [[#196](https://github.com/ansible/awx/issues/196)]. * Add additional organization roles [[#166](https://github.com/ansible/awx/issues/166)]. * Support fact caching for isolated instances [[#198](https://github.com/ansible/awx/issues/198)]. -* Graphical UI for network inventory [[#611](https://github.com/ansible/awx/issues/611)]. -* Restrict viewing and editing network UI canvas to users with inventory `admin_role`. * Implement per-template, project, organization `custom_virtualenv`, a field that allows users to select one of multiple virtual environments set up on the filesystem [[#34](https://github.com/ansible/awx/issues/34)]. @@ -68,6 +66,7 @@ queue for the specific instance job is targeted to run on [[#1873](https://github.com/ansible/awx/issues/1873)]. * Switched authentication to Django sessions. +* Deprecated AuthToken endpoint, will be removed in 3.4.0. * Implemented OAuth2 support for token based authentication [[#21](https://github.com/ansible/awx/issues/21)]. * Added the ability to forcibly expire sessions through `awx-manage expire_sessions`. * Disallowed using HTTP PUT/PATCH methods to modify existing jobs in Job Details API endpoint.