diff --git a/doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst b/doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst index dfe0026cb8e1..1caee080a933 100644 --- a/doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst +++ b/doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst @@ -143,6 +143,9 @@ Matter In |NCS| Matter samples, the default reaction to migration failure is a factory reset of the device. To change the default reaction, set the :kconfig:option:`CONFIG_NCS_SAMPLE_MATTER_FACTORY_RESET_ON_KEY_MIGRATION_FAILURE` Kconfig option to ``n``. + * Factory reset sequence now unregisters all DNS records that the device has registered at a remote SRP server. + This ensures that other Matter nodes do not use stale DNS records of the present device after it has been factory reset and removed from the network. + * Documentation page about :ref:`ug_matter_gs_matter_api`. Matter fork diff --git a/west.yml b/west.yml index 2a8ab3798ba5..b11563466dd2 100644 --- a/west.yml +++ b/west.yml @@ -154,7 +154,7 @@ manifest: - name: matter repo-path: sdk-connectedhomeip path: modules/lib/matter - revision: v2.6.0-rc1 + revision: pull/399/head submodules: - name: nlio path: third_party/nlio/repo