diff options
author | Keith J. Grant <barkeep@keithjgrant.com> | 2021-02-22 23:51:05 +0100 |
---|---|---|
committer | Keith J. Grant <barkeep@keithjgrant.com> | 2021-03-10 00:01:00 +0100 |
commit | 2995cde7cb795febc645ddaf884ba10c62b12aa6 (patch) | |
tree | ae2e1fc8da196f7e31e27a2cc761b53570cff4a7 /CHANGELOG.md | |
parent | disable interactive elements of CodeEditor in readOnly mode (diff) | |
download | awx-2995cde7cb795febc645ddaf884ba10c62b12aa6.tar.xz awx-2995cde7cb795febc645ddaf884ba10c62b12aa6.zip |
add AceEditor to changelog
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 17e1829cc7..4da80092a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ This is a list of high-level changes for each release of AWX. A full list of com - 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 +- Replaced CodeMirror with AceEditor for editing template variables and notification templates https://github.com/ansible/awx/pull/9281 # 17.1.0 (March 9th, 2021) - Addressed a security issue in AWX (CVE-2021-20253) |