Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
Signed-off-by: regorxxx <[email protected]>
  • Loading branch information
regorxxx committed Feb 5, 2024
1 parent adf978e commit 295255a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* added LAB, LCH, OKLCH and OKLAB CSS support in "chroma()". i.e. CSS expressions are also interpreted as colors `chroma("lch(48.25% 30.07% 196.38)")`
* added weights for every component at `chroma.distance()` (@lulunac27a)
* improved support for OKLCH colors using `chroma.average()` or `chroma.distance()` (@lulunac27a)
* added 'supported color spaces' to documentation
* minor improvements to documentation

### 2.7.0
Expand Down
1 change: 1 addition & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -756,6 +756,7 @@ <h3 id="unreleased">unreleased</h3>
<li>added LAB, LCH, OKLCH and OKLAB CSS support in &quot;chroma()&quot;. i.e. CSS expressions are also interpreted as colors <code>chroma(&quot;lch(48.25% 30.07% 196.38)&quot;)</code></li>
<li>added weights for every component at <code>chroma.distance()</code> (@lulunac27a)</li>
<li>improved support for OKLCH colors using <code>chroma.average()</code> or <code>chroma.distance()</code> (@lulunac27a)</li>
<li>added &#39;supported color spaces&#39; to documentation</li>
<li>minor improvements to documentation</li>
</ul>
<h3 id="270">2.7.0</h3>
Expand Down

0 comments on commit 295255a

Please sign in to comment.