Skip to content
This repository was archived by the owner on Dec 12, 2023. It is now read-only.

Commit fffd0a5

Browse files
committed
minor tweaks to release notes.
1 parent bf8ab8a commit fffd0a5

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

doc_src/release_notes.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,12 @@ Release Notes
1111
Features
1212
^^^^^^^^
1313
* Lots of documentation improvements.
14-
* convert_color() now has an explicitly defined/documented target_illuminant
15-
kwarg, instead of letting this fall through to its **kwargs. This should
16-
make IDE auto-complete better and provide more clarity.
17-
* Added clamped_rgb_r, clamped_rgb_g, and clamped_rgb_b to RGB color spaces.
18-
Use these if you have to have in-gamut, potentially compressed coordinates.
14+
* :py:meth:`convert_color()` now has an explicitly defined/documented
15+
``target_illuminant`` kwarg, instead of letting this fall through to its
16+
**kwargs. This should make IDE auto-complete better and provide more clarity.
17+
* Added ``clamped_rgb_r``, ``clamped_rgb_g``, and ``clamped_rgb_b`` to RGB
18+
color spaces. Use these if you have to have in-gamut, potentially compressed
19+
coordinates.
1920
2021
Bug Fixes
2122
^^^^^^^^^

0 commit comments

Comments
 (0)