summaryrefslogtreecommitdiffstats
path: root/changelogs
diff options
context:
space:
mode:
authorBrian Coca <bcoca@users.noreply.github.com>2020-06-03 18:46:40 +0200
committerGitHub <noreply@github.com>2020-06-03 18:46:40 +0200
commit22da903e9c4adc9ef2e99c794c5f7abeafa014bd (patch)
tree04cc1211f9d61e49ffd20755640112653d3766c0 /changelogs
parentReap collections changelog fragments - 6 (#69491) (diff)
downloadansible-22da903e9c4adc9ef2e99c794c5f7abeafa014bd.tar.xz
ansible-22da903e9c4adc9ef2e99c794c5f7abeafa014bd.zip
return changed for group_by (#32057)
* return changed for group_by * added tests and fixed 'early registeration'
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/group_by_changed.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/group_by_changed.yml b/changelogs/fragments/group_by_changed.yml
new file mode 100644
index 0000000000..83ca44df15
--- /dev/null
+++ b/changelogs/fragments/group_by_changed.yml
@@ -0,0 +1,2 @@
+bugfixes:
+ - group_by now should correctly refect changed status.