# Changes to Color Helpers

### 2.1.0 (May 19, 2023)

- Fix gamut mapping
- Fix `XYZ_D50_to_ProPhoto`
- Export `sRGB_to_HWB`

### 2.0.0 (March 25, 2023)

- Removed certain implementation specific helpers. Keeping this package more focussed on general purpose color transformations.
- Added `xyz` specific helpers. These make it easy to transform to and from `xyz-d50` and any other color space.

### 1.0.0 (February 2, 2023)

- Initial version
