Updated CHANGELOG for 0.7.0

This commit is contained in:
Anthony Scopatz 2018-07-16 12:25:41 -04:00
parent 23fc3cad6e
commit 5d00960d1a
4 changed files with 20 additions and 43 deletions

View file

@ -4,6 +4,26 @@ Xonsh Change Log
.. current developments
v0.7.0
====================
**Added:**
- Added a hook for printing a spcial display method on an object.
* Support for ``prompt_toolkit 2.0``
* The ``--shell-type`` (``$SHELL_TYPE``) may now be specified using
shortcuts, such as ``rl`` for ``readline`` and ``ptk2`` for
``prompt_toolkit2``. See ``xonsh --help`` for a full listing
of available aliases.
**Fixed:**
- Restored AUGASSIGN_OPS definition, which was inadvertently removed.
v0.6.10
====================

View file

@ -1,13 +0,0 @@
**Added:**
- Added a hook for printing a spcial display method on an object.
**Changed:** None
**Deprecated:** None
**Removed:** None
**Fixed:** None
**Security:** None

View file

@ -1,13 +0,0 @@
**Added:** None
**Changed:** None
**Deprecated:** None
**Removed:** None
**Fixed:**
- Restored AUGASSIGN_OPS definition, which was inadvertently removed.
**Security:** None

View file

@ -1,17 +0,0 @@
**Added:**
* Support for ``prompt_toolkit 2.0``
* The ``--shell-type`` (``$SHELL_TYPE``) may now be specified using
shortcuts, such as ``rl`` for ``readline`` and ``ptk2`` for
``prompt_toolkit2``. See ``xonsh --help`` for a full listing
of available aliases.
**Changed:** None
**Deprecated:** None
**Removed:** None
**Fixed:** None
**Security:** None