From fc7aa62e432eb6465177ddee490c6c26fa0e779b Mon Sep 17 00:00:00 2001 From: facelessuser Date: Thu, 5 Sep 2024 08:52:47 -0600 Subject: [PATCH] Update changelog --- docs/src/markdown/about/changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/src/markdown/about/changelog.md b/docs/src/markdown/about/changelog.md index 355b93ac..81487d03 100644 --- a/docs/src/markdown/about/changelog.md +++ b/docs/src/markdown/about/changelog.md @@ -38,6 +38,8 @@ Users who have a derived, personal gamut mapping plugin need to update the name accordingly. - **FIX**: HWB and HSV cannot normalize hue and saturation the same way as HSL when saturation is negative. - **FIX**: Fix corner case in ZCAM that could throw a domain error. +- **FIX**: `Color.new()` was documented as a class method but was internally still a instance method. Ensure it is a + class method. ## 3.3.1