summaryrefslogtreecommitdiff
path: root/crates/ecolor/CHANGELOG.md
blob: 0fb9f9d436588e2f1dc22e0516083988fac0a3ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Changelog for ecolor
All notable changes to the `ecolor` crate will be noted in this file.


This file is updated upon each release.
Changes since the last release can be found by running the `scripts/generate_changelog.py` script.


## 0.24.0 - 2023-11-23
* Update MSRV to Rust 1.72 [#3595](https://github.com/emilk/egui/pull/3595)
* Add `#[inline]` to all color-related function [38b4234](https://github.com/emilk/egui/commit/38b4234c3282a7c044c18b77234ee8c204efe171)


## 0.22.0 - 2023-05-23
* Nothing new


## 0.21.0 - 2023-02-08
* Add `Color32::gamma_multiply` ([#2437](https://github.com/emilk/egui/pull/2437)).


## 0.20.0 - 2022-12-08
* Split out `ecolor` crate from `epaint`