From c6ac2f56dc4949c5b60b674071ad619da0c1dcef Mon Sep 17 00:00:00 2001 From: Jake McDermott Date: Mon, 14 Jun 2021 14:02:11 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) 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)