Skip to content

Commit 6cc5879

Browse files
committed
chore: changelog entry
1 parent 59a64c5 commit 6cc5879

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,14 @@
1414

1515
- [#51](https://github.com/embedded-graphics/tinybmp/pull/51) Added `RawBmp::colors` method to iterator of the raw color values in a file.
1616
- [#51](https://github.com/embedded-graphics/tinybmp/pull/51) Added `DynamicRawColors`, `RawColors`, `Rle4Colors`, and `Rle8Colors` iterators.
17+
- [#52](https://github.com/embedded-graphics/tinybmp/pull/52) Added `Rle{4,8}Runs`, usefuls in combination with `fill_solid`.
1718

1819
### Changed
1920

2021
- **(breaking)** [#49](https://github.com/embedded-graphics/tinybmp/pull/41) Use 1.81 as the MSRV.
2122
- [#46](https://github.com/embedded-graphics/tinybmp/pull/46) `Bmp::from_slice` is now `const`, so BMPs can be put in `const`s and `static`s.
2223
- [#47](https://github.com/embedded-graphics/tinybmp/pull/47) Ignore compressed data length on RGB compression method.
24+
- [#52](https://github.com/embedded-graphics/tinybmp/pull/52) Combined `Rle4Colors` and `Rle8Colors` into a single `RleColors` generic over `Rle{4,8}Runs`.
2325

2426
## [0.6.0] - 2024-06-11
2527

0 commit comments

Comments
 (0)