diff options
author | mabashian <mabashia@redhat.com> | 2021-02-18 15:43:44 +0100 |
---|---|---|
committer | mabashian <mabashia@redhat.com> | 2021-02-18 15:43:44 +0100 |
commit | 40c6b346c13c183d56aaee9a75da1bce44e67cc0 (patch) | |
tree | 38e080b11ac3e9528e0cceade323ce6cb9f30553 /CHANGELOG.md | |
parent | Add pending approvals badge to application header (diff) | |
download | awx-40c6b346c13c183d56aaee9a75da1bce44e67cc0.tar.xz awx-40c6b346c13c183d56aaee9a75da1bce44e67cc0.zip |
Adds note to changelog about pending workflow approval count
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 76b8427c4c..d10327b2fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ This is a list of high-level changes for each release of AWX. A full list of com - Fixed a bug where launch prompt inputs were unexpectedly deposited in the url: https://github.com/ansible/awx/pull/9231 - Playbook, credential type, and inventory file inputs now support type-ahead and manual type-in! https://github.com/ansible/awx/pull/9120 - 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 # 17.0.1 (January 26, 2021) - Fixed pgdocker directory permissions issue with Local Docker installer: https://github.com/ansible/awx/pull/9152 |