Skip to content

Commit 3dc0905

Browse files
committed
Updated CHANGELOG.md
1 parent 5214cd2 commit 3dc0905

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ All Notable changes to `iris` will be documented in this file.
88

99
- `gradient()` method to generate color scales between two or more colors (#51)
1010
- Supports two-color gradients: `$colorA->gradient($colorB, $steps)`
11-
- Supports multi-color gradients with pivot colors: `$colorA->gradient([$colorB, $colorC], $steps)`
11+
- Supports multicolor gradients with pivot colors: `$colorA->gradient([$colorB, $colorC], $steps)`
1212
- Works with all color types (Hex, RGB, HSL, HSV, CMYK, OKLCH, etc.)
1313
- Returns array of colors matching the starting color type
1414

1515
### Fixed
1616

17-
- CMYK to RGB conversion now rounds values to produce valid integers (#52)
17+
- CMYK to RGB conversion now rounds values to produce valid integers
1818
- Previously, CMYK values that didn't produce clean 0 or 255 RGB values would fail validation
1919

2020
## 2025-12-02

0 commit comments

Comments
 (0)