Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebraham committed Mar 3, 2025
1 parent 21ac640 commit 454bdd4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `write-bin` now works for files whose lengths are not divisible by 4 (#780, #788)
- `get_usb_pid` is now `usb_pid` and no longer needlessly returns a `Result` (#795)
- `CodeSegment` and `RomSegment` have been merged into a single `Segment` struct (#796)
- `IdfBootloaderFormat` has had its constructor's parameters reduced/simplified (#798)

### Fixed

Expand All @@ -36,6 +37,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Removed the `libudev` feature (#742)
- The `FirmwareImage` trait no longer includes the `segments_with_load_addresses` function (#796)
- Removed the `flasher::parse_partition_table` function (#798)

## [3.3.0] - 2025-01-13

Expand Down

0 comments on commit 454bdd4

Please sign in to comment.