Skip to content

Commit c13356b

Browse files
committed
docs: Update changelog
1 parent eacc74d commit c13356b

File tree

1 file changed

+16
-7
lines changed

1 file changed

+16
-7
lines changed

CHANGELOG.md

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,21 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
89
## [Unreleased]
910

1011
### Added
1112

13+
### Changed
14+
15+
### Fixed
16+
17+
### Removed
18+
19+
## [4.3.0] - 2025-12-15
20+
21+
### Added
22+
1223
- `read_efuse_le` should be preferred over `read_efuse` (#969)
1324
- A new CLI argument `rom-elf` was added which will be used for backtraces (#963)
1425
- 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
2031
- The CLI argument `save-image`, `ignore-app-descriptor` is now consistent with other args (#974)
2132
- Update ESP32, ESP32-C2, ESP32-C3, ESP32-C6, ESP32-H2, ESP32-P4, ESP32-S2, ESP32-S3 stub (#983)
2233

23-
2434
### Fixed
2535

26-
- Corrected eFuse block address calculations. (#971)
27-
- Fixed Secure Download Mode detection on ESP32-P4 (#972)
36+
- Fix eFuse block address calculations. (#971)
37+
- Fix Secure Download Mode detection on ESP32-P4 (#972)
2838
- Several fixes in `read_efuse` (#969)
29-
- Fixed a problem in detecting the app-descriptor for a project if `strip = true` is used (#975)
30-
31-
### Removed
39+
- Fix a problem in detecting the app-descriptor for a project if `strip = true` is used (#975)
3240

3341
## [4.2.0] - 2025-10-13
3442

@@ -452,7 +460,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
452460

453461
## [1.0.0] - 2021-09-21
454462

455-
[Unreleased]: https://github.com/esp-rs/espflash/compare/v4.2.0...HEAD
463+
[Unreleased]: https://github.com/esp-rs/espflash/compare/v4.3.0...HEAD
464+
[4.3.0]: https://github.com/esp-rs/espflash/compare/v4.2.0...v4.3.0
456465
[4.2.0]: https://github.com/esp-rs/espflash/compare/v4.1.0...v4.2.0
457466
[4.1.0]: https://github.com/esp-rs/espflash/compare/v4.0.1...v4.1.0
458467
[4.0.1]: https://github.com/esp-rs/espflash/compare/v4.0.0...v4.0.1

0 commit comments

Comments
 (0)