You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16-7Lines changed: 16 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,10 +5,21 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
8
9
## [Unreleased]
9
10
10
11
### Added
11
12
13
+
### Changed
14
+
15
+
### Fixed
16
+
17
+
### Removed
18
+
19
+
## [4.3.0] - 2025-12-15
20
+
21
+
### Added
22
+
12
23
-`read_efuse_le` should be preferred over `read_efuse` (#969)
13
24
- A new CLI argument `rom-elf` was added which will be used for backtraces (#963)
14
25
- A new monitor CLI argument `--all-addresses` was added, by default well known misleading addresses printed by the first stage bootloader are suppressed (#979)
@@ -20,15 +31,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
20
31
- The CLI argument `save-image`, `ignore-app-descriptor` is now consistent with other args (#974)
0 commit comments