diff --git a/doc_src/release_notes.rst b/doc_src/release_notes.rst index 1c3867a..3db532c 100644 --- a/doc_src/release_notes.rst +++ b/doc_src/release_notes.rst @@ -11,11 +11,12 @@ Release Notes Features ^^^^^^^^ * Lots of documentation improvements. -* convert_color() now has an explicitly defined/documented target_illuminant - kwarg, instead of letting this fall through to its **kwargs. This should - make IDE auto-complete better and provide more clarity. -* Added clamped_rgb_r, clamped_rgb_g, and clamped_rgb_b to RGB color spaces. - Use these if you have to have in-gamut, potentially compressed coordinates. +* :py:meth:`convert_color()` now has an explicitly defined/documented + ``target_illuminant`` kwarg, instead of letting this fall through to its + **kwargs. This should make IDE auto-complete better and provide more clarity. +* Added ``clamped_rgb_r``, ``clamped_rgb_g``, and ``clamped_rgb_b`` to RGB + color spaces. Use these if you have to have in-gamut, potentially compressed + coordinates. Bug Fixes ^^^^^^^^^