Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion doc/releases/migration_notes_v2.0.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,14 @@ Required changes

The following changes are mandatory to make your application work in the same way as in previous releases.

No changes since the latest release.
* Full FOTA - When compiling, rename ``overlay-full_fota.conf`` to ``overlay-full-fota.conf`` and add ``PM_STATIC_YML_FILE=pm_static_nrf9151dk_nrf9151_ns_full_fota.yml`` to the build configuration.
See :ref:`SM_AT_FOTA` for more information.

Informational changes
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This section seems more like a release note entries. Maybe this could be moved to release notes in the future, when release notes entries are added.

Copy link
Copy Markdown
Collaborator Author

@trantanen trantanen Mar 31, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep, originally we decided that release notes would be only in github like in Asset Tracker Template.
But I've had second thoughts about this quite often and I'm somewhat leaning towards adding the release notes to the documentation.

*********************

The following changes are listed for informational purposes, and many hosts will work without any changes.

* Ring Indication (RI) - Change RI from pulse (100 ms) to level triggered, meaning RI stays asserted until the host asserts DTR.
After the Serial Modem has enabled UART, RI will be deasserted.
* nRF Cloud transport has been changed from MQTT to CoAP.
Loading