Adds line to changelog for output pagination

This commit is contained in:
mabashian 2021-02-18 09:36:21 -05:00
parent 16ad68a6b0
commit 73fb332af3

View File

@ -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)