Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernauer committed Aug 8, 2024
1 parent 9db7244 commit b0c73bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ All notable changes to this project will be documented in this file.
### Changed

- BREAKING: Feature `binary-commands` has been renamed to `binary-set-pixel` ([#34])
- BREAKING: Remove the `breakwater-core` crate ([#35])
- Add a `FrameBuffer` trait, rename the existing implementation one to `SimpleFrameBuffer` ([#35])
- BREAKING: Remove the `breakwater-core` crate ([#37])
- Add a `FrameBuffer` trait, rename the existing implementation one to `SimpleFrameBuffer` ([#37])

### Fixed

- Performance improvement due to addition of missing set of `last_byte_parsed` when sending binary pixel commands ([#36])
- Minor performance improvement when parsing `HELP` and `SIZE` requests ([#36])

[#34]: https://github.com/sbernauer/breakwater/pull/34
[#35]: https://github.com/sbernauer/breakwater/pull/35
[#36]: https://github.com/sbernauer/breakwater/pull/36
[#37]: https://github.com/sbernauer/breakwater/pull/37

## [0.15.0] - 2024-06-12

Expand Down

0 comments on commit b0c73bc

Please sign in to comment.