|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## Version 0.7.4 - 2024-01-28 |
| 4 | + |
| 5 | +* [#373][373]: Add an "alloc" feature and make tests work with any feature combination. Closes [#366][366]. |
| 6 | +* [#374][374]: Fix typo about max range of u8. Closes [#1234][1234], [#4321][4321]. |
| 7 | +* [#369][369]: Fix potential `NaN` from converting to `Okhsl` when the input is white or black. Closes [#368][368]. |
| 8 | +* [#355][355]: Add traits for delta E and the improved formulas from Huang et al. |
| 9 | +* [#351][351]: Improve some documentation for beginners. |
| 10 | +* [#347][347]: Implements Rgba::from_str(). |
| 11 | + |
3 | 12 | ## Version 0.7.3 - 2023-08-10
|
4 | 13 |
|
5 | 14 | * [#345][345]: Add `ArraysAs`, `AsArrays`, and corresponding traits for components and uints.
|
@@ -277,6 +286,12 @@ The first published version.
|
277 | 286 | [343]: https://github.com/Ogeon/palette/pull/343
|
278 | 287 | [344]: https://github.com/Ogeon/palette/pull/344
|
279 | 288 | [345]: https://github.com/Ogeon/palette/pull/345
|
| 289 | +[347]: https://github.com/Ogeon/palette/pull/347 |
| 290 | +[351]: https://github.com/Ogeon/palette/pull/351 |
| 291 | +[355]: https://github.com/Ogeon/palette/pull/355 |
| 292 | +[369]: https://github.com/Ogeon/palette/pull/369 |
| 293 | +[373]: https://github.com/Ogeon/palette/pull/373 |
| 294 | +[374]: https://github.com/Ogeon/palette/pull/374 |
280 | 295 | [2]: https://github.com/Ogeon/palette/issues/2
|
281 | 296 | [3]: https://github.com/Ogeon/palette/issues/3
|
282 | 297 | [4]: https://github.com/Ogeon/palette/issues/4
|
@@ -342,5 +357,7 @@ The first published version.
|
342 | 357 | [318]: https://github.com/Ogeon/palette/issues/318
|
343 | 358 | [322]: https://github.com/Ogeon/palette/issues/322
|
344 | 359 | [330]: https://github.com/Ogeon/palette/issues/330
|
| 360 | +[366]: https://github.com/Ogeon/palette/issues/366 |
| 361 | +[368]: https://github.com/Ogeon/palette/issues/368 |
345 | 362 | [1234]: https://github.com/Ogeon/palette/issues/1234
|
346 | 363 | [4321]: https://github.com/Ogeon/palette/issues/4321
|
0 commit comments