diff options
author | Shane McDonald <me@shanemcd.com> | 2021-03-19 14:01:33 +0100 |
---|---|---|
committer | Shane McDonald <me@shanemcd.com> | 2021-03-19 14:01:33 +0100 |
commit | f6fb3e0b41da23d50aacdf710bc6353f2a1da1ea (patch) | |
tree | 77ec0e37e043a12103cc8c232b624c18c852ef8c /CHANGELOG.md | |
parent | Add changelog entries for installer directory and custom venv removals (diff) | |
download | awx-f6fb3e0b41da23d50aacdf710bc6353f2a1da1ea.tar.xz awx-f6fb3e0b41da23d50aacdf710bc6353f2a1da1ea.zip |
Remove search filtering from changelog
This has not landed yet
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b3fffc5a5..61b4a8b43d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,7 +34,6 @@ To learn more about Ansible Builder and Execution Environments, see: https://www - Added user interface for the activity stream: https://github.com/ansible/awx/pull/9083 - Converted many of the top-level list views (Jobs, Teams, Hosts, Inventories, Projects, and more) to a new, permanent table component for substantially increased responsiveness, usability, maintainability, and other 'ility's: https://github.com/ansible/awx/pull/8970, https://github.com/ansible/awx/pull/9182 and many others! - Added click-to-expand details for job tables -- Added search filtering to job output https://github.com/ansible/awx/pull/9208 - Added the new migration, update, and "installation in progress" page https://github.com/ansible/awx/pull/9123 - Added the user interface for job settings https://github.com/ansible/awx/pull/8661 - Runtime errors from jobs are now displayed, along with an explanation for what went wrong, on the output page https://github.com/ansible/awx/pull/9264 |