File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments