diff options
author | mabashian <mabashia@redhat.com> | 2021-02-18 15:39:46 +0100 |
---|---|---|
committer | mabashian <mabashia@redhat.com> | 2021-03-08 21:23:39 +0100 |
commit | 811186308ca9292965b890b9a925cf377afb5dd1 (patch) | |
tree | ef537e8210412b58b57c46470e922b1a7380b778 /CHANGELOG.md | |
parent | Fixes bug where some toasts would reappear after being closed (diff) | |
download | awx-811186308ca9292965b890b9a925cf377afb5dd1.tar.xz awx-811186308ca9292965b890b9a925cf377afb5dd1.zip |
Adds note to changelog about notification toasts
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 a5c527b004..39ebc4f856 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ This is a list of high-level changes for each release of AWX. A full list of com - 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 +- Added toast message to show notification template test result to notification templates list https://github.com/ansible/awx/pull/9318 # 17.0.1 (January 26, 2021) - Fixed pgdocker directory permissions issue with Local Docker installer: https://github.com/ansible/awx/pull/9152 |