diff options
author | Shane McDonald <me@shanemcd.com> | 2021-06-14 19:38:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-14 19:38:41 +0200 |
commit | 188f0417d2f87fe8dd3dc5c1d69375f614c4786d (patch) | |
tree | 39d8fc8b1fb5842a11ed5d2cd45bae15dcb62545 /CHANGELOG.md | |
parent | Bump version to 19.2.1 (diff) | |
download | awx-188f0417d2f87fe8dd3dc5c1d69375f614c4786d.tar.xz awx-188f0417d2f87fe8dd3dc5c1d69375f614c4786d.zip |
Fix typo
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 09058cd425..489562af9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ - There are now 2 default Instance Groups: 'controlplane' and 'default' (https://github.com/ansible/awx/pull/10324) - Removed deprecated modules: `tower_send`, `tower_receive`, `tower_workflow_template` (https://github.com/ansible/awx/pull/9980) -- Improved UI performance when a large amount of events are being emmitted by jobs (https://github.com/ansible/awx/pull/10053) +- Improved UI performance when a large amount of events are being emitted by jobs (https://github.com/ansible/awx/pull/10053) - Settings UI Revert All button now issues a DELETE instead of PATCHing all fields (https://github.com/ansible/awx/pull/10376) - Fixed a bug with the schedule date/time picker in Firefox (https://github.com/ansible/awx/pull/10291) - UI now preselects the system default Galaxy credential when creating a new organization (https://github.com/ansible/awx/pull/10395) |