diff options
author | mabashian <mabashia@redhat.com> | 2021-03-19 23:07:51 +0100 |
---|---|---|
committer | mabashian <mabashia@redhat.com> | 2021-03-19 23:07:51 +0100 |
commit | 3cbb516bacb80f41953fa35bdf57a949c7b30dbc (patch) | |
tree | 26f043a7788b3ad29446ea81b547fc74c154bf81 | |
parent | Fixes linting errors (diff) | |
download | awx-3cbb516bacb80f41953fa35bdf57a949c7b30dbc.tar.xz awx-3cbb516bacb80f41953fa35bdf57a949c7b30dbc.zip |
Fixed changelog
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index be530b302d..bc94ec7b13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,6 @@ This is a list of high-level changes for each release of AWX. A full list of commits can be found at `https://github.com/ansible/awx/releases/tag/<version>`. -# TBD -- Added support for html in custom login text https://github.com/ansible/awx/pull/9519 - # (March 19, 2021) **IMPORTANT INSTALL AND UPGRADE NOTES** @@ -46,10 +43,10 @@ To learn more about Ansible Builder and Execution Environments, see: https://www - Added ability to relaunch against failed hosts: https://github.com/ansible/awx/pull/9225 - Added pending workflow approval count to the application header https://github.com/ansible/awx/pull/9334 - Added user interface for management jobs: https://github.com/ansible/awx/pull/9224 -<<<<<<< HEAD - Added toast message to show notification template test result to notification templates list https://github.com/ansible/awx/pull/9318 - Replaced CodeMirror with AceEditor for editing template variables and notification templates https://github.com/ansible/awx/pull/9281 - Added support for filtering and pagination on job output https://github.com/ansible/awx/pull/9208 +- Added support for html in custom login text https://github.com/ansible/awx/pull/9519 # 17.1.0 (March 9th, 2021) - Addressed a security issue in AWX (CVE-2021-20253) |