File tree Expand file tree Collapse file tree 2 files changed +16
-3
lines changed
Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ Unreleased]
9+
10+ ### Added
11+
12+ ### Fixed
13+ - Fix timeout while changing the baudrate for some ESP32-S3 targets (#607 )
14+
15+ ### Changed
16+ - Update ESP32-S3 stub (#607 )
17+
18+ ### Removed
19+
820## [ 3.0.0-rc.2] - 2024-03-04
921
1022### Added
@@ -225,6 +237,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
225237
226238## [ 1.0.0] - 2021-09-21
227239
240+ [ Unreleased ] : https://github.com/esp-rs/espflash/compare/v3.0.0-rc.2...HEAD
228241[ 3.0.0-rc.2 ] : https://github.com/esp-rs/espflash/compare/v3.0.0-rc.1...v3.0.0-rc.2
229242[ 3.0.0-rc.1 ] : https://github.com/esp-rs/espflash/compare/v2.1.0...v3.0.0-rc.1
230243[ 2.1.0 ] : https://github.com/esp-rs/espflash/compare/v2.0.1...v2.1.0
You can’t perform that action at this time.
0 commit comments