Skip to content

Commit

Permalink
Fix some wording
Browse files Browse the repository at this point in the history
  • Loading branch information
facelessuser committed Apr 28, 2021
1 parent 60e34c8 commit b1397f0
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/src/markdown/about/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@

## 0.10a19

- **FIX**: Ensure that subclassed `Color` objects are normalized when performing operations to with more than one color
to prevent issues in case one subclassed object has overridden important functions.
- **FIX**: Space like `lab`, `lch`, etc., which specify certain channels as percent only should require the `color()`
format to only accept percentages for those channels and output those channels as percentages.
- **FIX**: Ensure that subclassed `Color` objects are normalized when performing operations with more than one color to
prevent issues in case one subclassed object has overridden important functions.
- **FIX**: Spaces like `lab`, `lch`, etc., which specify certain channels as percent only should require the `color()`
format to only accept percentages for those channels and output those channels as percentages when converting to a
string.

## 0.10a18

Expand Down

0 comments on commit b1397f0

Please sign in to comment.