Skip to content

Commit 9fbb209

Browse files
committed
docs: release-notes: Add notes on fixes
Adds notes on things that have recently been fixed Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
1 parent 1ed0218 commit 9fbb209

File tree

5 files changed

+12
-0
lines changed

5 files changed

+12
-0
lines changed

docs/release-notes.d/click.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Fixed imgtool dependency on click package version.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- Fixed issue with imgtool when trying to compress images with
2+
no header padding requested.

docs/release-notes.d/picolibc.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Switched to picolibc as the default C library in Zephyr.

docs/release-notes.d/trailer-fixes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
- Fixed issue with platforms that have
2+
MCUBOOT_SUPPORT_DEV_WITHOUT_ERASE set that did not scramble
3+
(delete) data sections from the trailer that should have been
4+
deleted.
5+
- Fixed issue with boot_scramble_region escaping flash area due
6+
to error in the range check.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- Fixed issue with checking pin reset not checking for single
2+
flag in Zephyr.

0 commit comments

Comments
 (0)