You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,25 +8,26 @@
8
8
9
9
### Added
10
10
11
-
-[#16](https://github.com/embedded-graphics/tinybmp/pull/16) Added support for bottom right and top right image origins.
11
+
-[#16](https://github.com/embedded-graphics/tinytga/pull/16) Added support for bottom right and top right image origins.
12
12
13
13
### Changed
14
14
15
-
-**(breaking)**[#16](https://github.com/embedded-graphics/tinybmp/pull/16) Use 1.61 as MSRV.
16
-
-**(breaking)**[#16](https://github.com/embedded-graphics/tinybmp/pull/16) Replaced `ImageType` enum with `DataType` and `Compression`.
17
-
-**(breaking)**[#16](https://github.com/embedded-graphics/tinybmp/pull/16) Color types used with `Tga` are now required to implement `From<Gray8> + From<Rgb555> + From<Rgb888>`.
18
-
-[#16](https://github.com/embedded-graphics/tinybmp/pull/16) Improved drawing performance for bottom left origin images by using `fill_contiguous`.
19
-
-[#16](https://github.com/embedded-graphics/tinybmp/pull/16) Use correct lifetimes for `RawTga::image_id`, `RawTga::developer_dictionary` and `RawTga::extension_area`.
15
+
-**(breaking)**[#16](https://github.com/embedded-graphics/tinytga/pull/16) Use 1.61 as MSRV.
16
+
-**(breaking)**[#16](https://github.com/embedded-graphics/tinytga/pull/16) Replaced `ImageType` enum with `DataType` and `Compression`.
17
+
-**(breaking)**[#16](https://github.com/embedded-graphics/tinytga/pull/16) Color types used with `Tga` are now required to implement `From<Gray8> + From<Rgb555> + From<Rgb888>`.
18
+
-[#16](https://github.com/embedded-graphics/tinytga/pull/16) Improved drawing performance for bottom left origin images by using `fill_contiguous`.
19
+
-[#16](https://github.com/embedded-graphics/tinytga/pull/16) Use correct lifetimes for `RawTga::image_id`, `RawTga::developer_dictionary` and `RawTga::extension_area`.
20
+
-**(breaking)**[#18](https://github.com/embedded-graphics/tinytga/pull/18) Updated `embedded-graphics` to `0.8`.
20
21
21
22
### Removed
22
23
23
-
-**(breaking)**[#16](https://github.com/embedded-graphics/tinybmp/pull/16) Removed `DynamicTga`, use `Tga` instead.
24
+
-**(breaking)**[#16](https://github.com/embedded-graphics/tinytga/pull/16) Removed `DynamicTga`, use `Tga` instead.
24
25
25
26
## [0.4.1] - 2021-06-16
26
27
27
28
### Changed
28
29
29
-
-[#10](https://github.com/embedded-graphics/tinybmp/pull/10) Bump embedded-graphics minimum version from 0.7.0 to 0.7.1
30
+
-[#10](https://github.com/embedded-graphics/tinytga/pull/10) Bump embedded-graphics minimum version from 0.7.0 to 0.7.1
0 commit comments