summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJake McDermott <yo@jakemcdermott.me>2021-06-14 20:02:11 +0200
committerShane McDonald <me@shanemcd.com>2021-06-14 20:09:53 +0200
commitc6ac2f56dc4949c5b60b674071ad619da0c1dcef (patch)
treedd0a84c030fab99bb71a6cc8aff0e4e70b80581e /CHANGELOG.md
parentFix typo (diff)
downloadawx-c6ac2f56dc4949c5b60b674071ad619da0c1dcef.tar.xz
awx-c6ac2f56dc4949c5b60b674071ad619da0c1dcef.zip
Update CHANGELOG.md
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
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)