From 428e1296ee299873378b61a8dd2865917ea15975 Mon Sep 17 00:00:00 2001 From: Jonathan Kamens Date: Wed, 22 Feb 2023 13:28:45 -0500 Subject: [PATCH] Changelog fragment for #5431 --- changelogs/fragments/5431-nmcli-wifi.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelogs/fragments/5431-nmcli-wifi.yml diff --git a/changelogs/fragments/5431-nmcli-wifi.yml b/changelogs/fragments/5431-nmcli-wifi.yml new file mode 100644 index 00000000000..8c94b0c3163 --- /dev/null +++ b/changelogs/fragments/5431-nmcli-wifi.yml @@ -0,0 +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).