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

Commit

Permalink
minor tweaks to release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
gtaylor committed May 17, 2014
1 parent bf8ab8a commit fffd0a5
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions doc_src/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
^^^^^^^^^
Expand Down

0 comments on commit fffd0a5

Please sign in to comment.