diff options
author | Jake McDermott <yo@jakemcdermott.me> | 2021-06-14 20:02:11 +0200 |
---|---|---|
committer | Shane McDonald <me@shanemcd.com> | 2021-06-14 20:09:53 +0200 |
commit | c6ac2f56dc4949c5b60b674071ad619da0c1dcef (patch) | |
tree | dd0a84c030fab99bb71a6cc8aff0e4e70b80581e /CHANGELOG.md | |
parent | Fix typo (diff) | |
download | awx-c6ac2f56dc4949c5b60b674071ad619da0c1dcef.tar.xz awx-c6ac2f56dc4949c5b60b674071ad619da0c1dcef.zip |
Update CHANGELOG.md
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 489562af9f..a69b77719f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ - Fixed various bugs related to user sessions (https://github.com/ansible/awx/pull/9908) - Fixed bug where sorting in modals would close the modal (https://github.com/ansible/awx/pull/10215) - Added support for Red Hat Insights as an inventory source (https://github.com/ansible/awx/pull/8650) +- Fixed bugs when selecting items in a list then sorting/paginating (https://github.com/ansible/awx/pull/10329) # 19.2.0 (June 1, 2021) - Fixed race condition that would sometimes cause jobs to error out at the very end of an otherwise successful run (https://github.com/ansible/receptor/pull/328) |