Updated CHANGELOG for 0.8.3

This commit is contained in:
Anthony Scopatz 2018-11-07 14:00:14 -05:00
parent 2c81fbbcde
commit 3d7bda3ced
12 changed files with 33 additions and 247 deletions

View file

@ -4,6 +4,39 @@ Xonsh Change Log
.. current developments
v0.8.3
====================
**Added:**
* Dociumentation paragrapgh about gow to run xonsh in Emacs shell
**Changed:**
* Updated what pip requirements are needed to build the documnetaion
* ``$XONSH_TRACEBACK_LOGFILE`` now beside strings also accepts ``os.PathLike``
objects.
* Updated vended version of ``ply`` to 3.11
* Deprecation warnings now print from stacklevel 3.
**Fixed:**
* Annotation assignment statements (e.g. ``x : int = 42``) are now supported.
* Fixed error output wording for fg and bg commands
* Flake8 errors
* xonsh can now properly parse import statements with trailing comma within
parentheses, e.g.::
from x import (y, z,)
* ResourceWarning: unclosed scandir iterator in imphooks.py
* Removed use of deprecated ``inspect.formatargspec()`` for ``inspect.signature()``
* ``Makefile`` directive that updates vended version of ``ply``
v0.8.2
====================

View file

@ -1,23 +0,0 @@
**Added:**
* <news item>
**Changed:**
* <news item>
**Deprecated:**
* <news item>
**Removed:**
* <news item>
**Fixed:**
* Annotation assignment statements (e.g. ``x : int = 42``) are now supported.
**Security:**
* <news item>

View file

@ -1,23 +0,0 @@
**Added:**
* Dociumentation paragrapgh about gow to run xonsh in Emacs shell
**Changed:**
* Updated what pip requirements are needed to build the documnetaion
**Deprecated:**
* <news item>
**Removed:**
* <news item>
**Fixed:**
* <news item>
**Security:**
* <news item>

View file

@ -1,23 +0,0 @@
**Added:**
* <news item>
**Changed:**
* <news item>
**Deprecated:**
* <news item>
**Removed:**
* <news item>
**Fixed:**
* <news item>
**Security:**
* <news item>

View file

@ -1,13 +0,0 @@
**Added:** None
**Changed:** None
**Deprecated:** None
**Removed:** None
**Fixed:**
* Fixed error output wording for fg and bg commands
**Security:** None

View file

@ -1,24 +0,0 @@
**Added:**
* <news item>
**Changed:**
* ``$XONSH_TRACEBACK_LOGFILE`` now beside strings also accepts ``os.PathLike``
objects.
**Deprecated:**
* <news item>
**Removed:**
* <news item>
**Fixed:**
* <news item>
**Security:**
* <news item>

View file

@ -1,23 +0,0 @@
**Added:**
* <news item>
**Changed:**
* <news item>
**Deprecated:**
* <news item>
**Removed:**
* <news item>
**Fixed:**
* Flake8 errors
**Security:**
* <news item>

View file

@ -1,26 +0,0 @@
**Added:**
* <news item>
**Changed:**
* <news item>
**Deprecated:**
* <news item>
**Removed:**
* <news item>
**Fixed:**
* xonsh can now properly parse import statements with trailing comma within
parentheses, e.g.::
from x import (y, z,)
**Security:**
* <news item>

View file

@ -1,23 +0,0 @@
**Added:**
* <news item>
**Changed:**
* <news item>
**Deprecated:**
* <news item>
**Removed:**
* <news item>
**Fixed:**
* ResourceWarning: unclosed scandir iterator in imphooks.py
**Security:**
* <news item>

View file

@ -1,23 +0,0 @@
**Added:**
* <news item>
**Changed:**
* <news item>
**Deprecated:**
* <news item>
**Removed:**
* <news item>
**Fixed:**
* Removed use of deprecated ``inspect.formatargspec()`` for ``inspect.signature()``
**Security:**
* <news item>

View file

@ -1,23 +0,0 @@
**Added:**
* <news item>
**Changed:**
* Updated vended version of ``ply`` to 3.11
**Deprecated:**
* <news item>
**Removed:**
* <news item>
**Fixed:**
* ``Makefile`` directive that updates vended version of ``ply``
**Security:**
* <news item>

View file

@ -1,23 +0,0 @@
**Added:**
* <news item>
**Changed:**
* Deprecation warnings now print from stacklevel 3.
**Deprecated:**
* <news item>
**Removed:**
* <news item>
**Fixed:**
* <news item>
**Security:**
* <news item>