We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69cc777 commit db425f0Copy full SHA for db425f0
1 file changed
CHANGELOG.md
@@ -6,12 +6,15 @@
6
7
## [Unreleased] - ReleaseDate
8
9
+### Fixed
10
+
11
+- Incorrect handling of paddings for absolute sequences
12
13
### Changed
14
15
- **(breaking)** [#49](https://github.com/embedded-graphics/tinybmp/pull/41) Use 1.81 as the MSRV.
16
- [#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.
17
- [#47](https://github.com/embedded-graphics/tinybmp/pull/47) Ignore compressed data length on RGB compression method.
-- Fix: incorrect handling of paddings for absolute sequences
18
19
## [0.6.0] - 2024-06-11
20
0 commit comments