CHANGELOG entries

Include CHANGELOG entries for the changes made in spelling_fixes.rst.
This commit is contained in:
Joel Gerber 2017-06-07 12:16:53 -04:00
parent ef53e5f8be
commit b1d436332d
Failed to generate hash of commit

24
news/spelling_fixes.rst Normal file
View file

@ -0,0 +1,24 @@
**Added:**
* ``xonsh.color_tools.make_palette()``
**Changed:** None
**Deprecated:**
* ``xonsh.color_tools.make_pallette()``
**Removed:** None
**Fixed:**
* Numerous spelling errors in documentation, docstrings/comments, text
strings and local variable names.
* Spelling error in the ``xonsh.color_tools.make_pallette()`` public
function declaration. This was fixed by renaming the function to
``xonsh.color_tools.make_palette()`` while maintaining a binding
of ``make_pallette()`` to the new ``make_palette()`` in case users
are already used to this API.
**Security:** None