Skip to content

Commit 2a0c18e

Browse files
committed
changelog
1 parent e74b2bf commit 2a0c18e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6363
- Any reference to `esp_idf` or `EspIdf` has been cut to just `idf` (#891)
6464
- Renamed `targets` module to `target` (#891)
6565
- Test data is now excluded from the crates.io release (#897)
66+
- The command module, and `Command` related structs now exist in a top level module, instead of the `connection` module (#901)
6667

6768
### Fixed
6869

@@ -76,6 +77,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7677
- The app descriptor is now correctly placed in the front of the binary (#835)
7778
- espflash now extracts the MMU page size from the app descriptor (#835)
7879
- `ResetBeforeOperation` & `ResetAfterOperation` are now public, to allow the creation of a `Connection` (#895)
80+
- `Flasher` now respects its internal `verify` and `skip` flags for all methods. (#901)
7981

8082
### Removed
8183

0 commit comments

Comments
 (0)