diff options
author | mabashian <mabashia@redhat.com> | 2021-02-18 15:36:21 +0100 |
---|---|---|
committer | mabashian <mabashia@redhat.com> | 2021-03-18 14:57:11 +0100 |
commit | 73fb332af36d75d1fbe23530f7caca63f7944452 (patch) | |
tree | 06fb816950e5ed4ffb4412b2e301a85b41209fa3 /CHANGELOG.md | |
parent | Fix typo after merge conflict (diff) | |
download | awx-73fb332af36d75d1fbe23530f7caca63f7944452.tar.xz awx-73fb332af36d75d1fbe23530f7caca63f7944452.zip |
Adds line to changelog for output pagination
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4da80092a1..39f51cd9c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ This is a list of high-level changes for each release of AWX. A full list of com - Added user interface for management jobs: https://github.com/ansible/awx/pull/9224 - 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 # 17.1.0 (March 9th, 2021) - Addressed a security issue in AWX (CVE-2021-20253) |