Skip to content

Commit

Permalink
Add CHANGELOG.txt.
Browse files Browse the repository at this point in the history
  • Loading branch information
bessman committed Jun 12, 2022
1 parent 813acd9 commit f32c569
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
2.0.0
Features:
- Public interface available directly via __init__.py.
- Add ChecksumPacket class.
- Add reset command.
- Improve CLI help message.
- Improve package metadata.
- Reworked exceptions to more closely match those thrown by the bootloader.

Bug fixes:
- Off-by-one error when firmware uses all available space.

Under the hood:
- Add tests.
- Add linters.
- Add CI via Github Actions.

0 comments on commit f32c569

Please sign in to comment.