-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,22 @@ | ||
# Changelog | ||
|
||
## [1.1.1] - 2024-12-23 | ||
|
||
### Fixed | ||
|
||
- Fix address alignment check in EraseFlash ([`57167d1`](https://github.com/fossasia/pslab-bootloader/commit/57167d1d13356bcfb4501b701d50ea96d307ac89)) (Alexander Bessman) | ||
- Fix incorrect address check in CalculateChecksum ([`973a8cf`](https://github.com/fossasia/pslab-bootloader/commit/973a8cfa1babd43c198d81fda5d2ca30cd23c45c)) (Alexander Bessman) | ||
|
||
## [1.1.0] - 2023-11-15 | ||
|
||
### Added | ||
|
||
- Add software method to enter bootloader ([#2](https://github.com/fossasia/pslab-bootloader/pull/2)) | ||
- Add software method to enter bootloader ([#2](https://github.com/fossasia/pslab-bootloader/pull/2)) (Alexander Bessman) | ||
|
||
## [1.0.0] - 2022-08-16 | ||
|
||
_Initial release._ | ||
|
||
[1.1.1]: https://github.com/fossasia/pslab-bootloader/releases/tag/1.1.1 | ||
[1.1.0]: https://github.com/fossasia/pslab-bootloader/releases/tag/1.1.0 | ||
[1.0.0]: https://github.com/fossasia/pslab-bootloader/releases/tag/v1.0.0 |