diff --git a/changelogs/fragments/5431-nmcli-wifi.yml b/changelogs/fragments/5431-nmcli-wifi.yml index d7f7055d387..8c94b0c3163 100644 --- a/changelogs/fragments/5431-nmcli-wifi.yml +++ b/changelogs/fragments/5431-nmcli-wifi.yml @@ -1,3 +1,5 @@ bugfixes: - nmcli - fix failure to handle WIFI settings when connection type not specified (https://github.com/ansible-collections/community.general/pull/5431). - nmcli - fix improper detection of changes to ``wifi.wake-on-wlan`` (https://github.com/ansible-collections/community.general/pull/5431). + - nmcli - fix change handling of values specified as an integer 0 (https://github.com/ansible-collections/community.general/pull/5431). + - nmcli - treat order as significant when comparing IPv4 and IPv6 address lists (https://github.com/ansible-collections/community.general/pull/5431).