summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authormabashian <mabashia@redhat.com>2021-03-08 20:04:55 +0100
committermabashian <mabashia@redhat.com>2021-03-19 20:12:18 +0100
commit854da9697671e60d13db9ba75f49cccc81e820c7 (patch)
treefd377b60b2ea74ee9270e1d96cf527da32cb67cd /CHANGELOG.md
parentAdds support for html in custom login text (diff)
downloadawx-854da9697671e60d13db9ba75f49cccc81e820c7.tar.xz
awx-854da9697671e60d13db9ba75f49cccc81e820c7.zip
Add line to changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 827299ffd2..be530b302d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,9 @@
This is a list of high-level changes for each release of AWX. A full list of commits can be found at `https://github.com/ansible/awx/releases/tag/<version>`.
+# TBD
+- Added support for html in custom login text https://github.com/ansible/awx/pull/9519
+
# (March 19, 2021)
**IMPORTANT INSTALL AND UPGRADE NOTES**
@@ -43,6 +46,7 @@ To learn more about Ansible Builder and Execution Environments, see: https://www
- 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
+<<<<<<< HEAD
- 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