2017-06-07 12:16:53 -04:00
|
|
|
**Added:**
|
|
|
|
|
|
|
|
* ``xonsh.color_tools.make_palette()``
|
|
|
|
|
2017-06-10 09:57:49 -04:00
|
|
|
Simple rename of the pre-existing
|
|
|
|
``xonsh.color_tools.make_pallete()`` function.
|
|
|
|
|
|
|
|
* ``xonsh.tools.decorator()`` function/method decorator.
|
|
|
|
|
|
|
|
This allows for an API function to be annotated with a
|
|
|
|
decorator that documents deprecation, while also tying in
|
|
|
|
functionality that will warn a user that the function has
|
|
|
|
been deprecated, and, raise an ``AssertionError`` if the
|
|
|
|
function has passed its expiry date.
|
|
|
|
|
2017-06-07 12:16:53 -04:00
|
|
|
**Changed:** None
|
|
|
|
|
|
|
|
**Deprecated:**
|
|
|
|
|
|
|
|
* ``xonsh.color_tools.make_pallette()``
|
|
|
|
|
2017-06-10 10:13:07 -04:00
|
|
|
Deprecated in release 0.5.10 and will be removed in release 0.6.0.
|
|
|
|
|
2017-06-07 12:16:53 -04:00
|
|
|
**Removed:** None
|
|
|
|
|
|
|
|
**Fixed:**
|
|
|
|
|
|
|
|
* Numerous spelling errors in documentation, docstrings/comments, text
|
|
|
|
strings and local variable names.
|
|
|
|
|
2017-06-10 10:13:07 -04:00
|
|
|
* Spelling error in the ``xonsh.color_tools.make_pallete()`` public
|
2017-06-07 12:16:53 -04:00
|
|
|
function declaration. This was fixed by renaming the function to
|
|
|
|
``xonsh.color_tools.make_palette()`` while maintaining a binding
|
2017-06-10 10:13:07 -04:00
|
|
|
of ``make_pallete()`` to the new ``make_palette()`` in case users
|
2017-06-07 12:16:53 -04:00
|
|
|
are already used to this API.
|
|
|
|
|
|
|
|
**Security:** None
|