diff --git a/CHANGELOG.md b/CHANGELOG.md index 47dfe89..538a21f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] + +### Added +- Add optional timeout to `ApolloDebugger._find_device`. + +### Fixed +- Allow up to 5 seconds for re-enumeration after handoff of shared USB port. + + ## [1.0.7] - 2024-07-09 ### Added @@ -106,6 +115,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release. +[Unreleased]: https://github.com/greatscottgadgets/apollo/compare/v1.0.7...HEAD [1.0.7]: https://github.com/greatscottgadgets/apollo/compare/v1.0.6...v1.0.7 [1.0.6]: https://github.com/greatscottgadgets/apollo/compare/v1.0.5...v1.0.6 [1.0.5]: https://github.com/greatscottgadgets/apollo/compare/v1.0.4...v1.0.5